16 #include "objfw-defs.h" 18 #ifndef __STDC_LIMIT_MACROS 19 # define __STDC_LIMIT_MACROS 21 #ifndef __STDC_CONSTANT_MACROS 22 # define __STDC_CONSTANT_MACROS 25 #ifdef HAVE_SYS_SELECT_H 26 # include <sys/select.h> 29 #import "OFKernelEventObserver.h" 31 OF_ASSUME_NONNULL_BEGIN
35 fd_set _readFDs, _writeFDs;
A class that can observe multiple kernel events (e.g. streams being ready to read) at once...
Definition: OFKernelEventObserver.h:117