17 #include "objfw-defs.h" 19 #ifndef __STDC_LIMIT_MACROS 20 # define __STDC_LIMIT_MACROS 22 #ifndef __STDC_CONSTANT_MACROS 23 # define __STDC_CONSTANT_MACROS 26 #ifdef HAVE_SYS_SELECT_H 27 # include <sys/select.h> 30 #import "OFKernelEventObserver.h" 32 OF_ASSUME_NONNULL_BEGIN
36 fd_set _readFDs, _writeFDs;
A class that can observe multiple kernel events (e.g. streams being ready to read) at once...
Definition: OFKernelEventObserver.h:108