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