ReactOS 0.4.16-dev-329-g9223134
|
#include <sio.h>
Public Attributes | |
fd_set | fds |
struct timeval | timeout |
int | maxfd |
int | numfds |
fd_set SelectSet::fds |
Definition at line 7 of file sio.h.
Referenced by SelectR(), SelectSetAdd(), SelectSetRemove(), and SelectW().
int SelectSet::maxfd |
Definition at line 9 of file sio.h.
Referenced by SelectR(), SelectSetAdd(), and SelectW().
int SelectSet::numfds |
Definition at line 10 of file sio.h.
Referenced by SelectSetAdd(), and SelectSetRemove().
Definition at line 8 of file sio.h.
Referenced by SelectR(), SelectSetInit(), and SelectW().