#include <Iguana/Utilities/src/iobase/IOSelectRequest.h>
Public Attributes | |
IOSelectCB | cb |
IOChannel * | channel |
IOFD | fd |
unsigned | mask |
Remembers the file descriptor and the owner channel (the two represent identical information for convenience of the actual selection method), the event selection mask and the client callback. This structure is only for internal use.
Definition at line 22 of file IOSelectRequest.h.
Definition at line 27 of file IOSelectRequest.h.
Definition at line 25 of file IOSelectRequest.h.
Definition at line 24 of file IOSelectRequest.h.
unsigned lat::IOSelectRequest::mask |
Definition at line 26 of file IOSelectRequest.h.