KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
pollfd Struct Reference

Structure representing a single file descriptor used by poll(). More...

#include <poll.h>

Data Fields

int fd
 The file descriptor in question.
 
short events
 Events to poll for on input.
 
short revents
 Events signalled for output.
 

Detailed Description

Structure representing a single file descriptor used by poll().

Field Documentation

◆ events

short pollfd::events

Events to poll for on input.

◆ fd

int pollfd::fd

The file descriptor in question.

◆ revents

short pollfd::revents

Events signalled for output.


The documentation for this struct was generated from the following file: