ReactOS 0.4.15-dev-7842-g558ab78
pollfd Struct Reference

#include <linux.h>

Collaboration diagram for pollfd:

Public Attributes

int fd
 
short events
 
short revents
 

Detailed Description

Definition at line 1867 of file linux.h.

Member Data Documentation

◆ events

short pollfd::events

Definition at line 1869 of file linux.h.

Referenced by read_vc().

◆ fd

int pollfd::fd

Definition at line 1868 of file linux.h.

Referenced by adns__fdevents(), adns_beforeselect(), and read_vc().

◆ revents

short pollfd::revents

Definition at line 1870 of file linux.h.

Referenced by adns__fdevents(), adns_afterselect(), adns_processany(), and read_vc().


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