KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
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

short pollfd::events

Events to poll for on input.

int pollfd::fd

The file descriptor in question.

short pollfd::revents

Events signalled for output.


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