event_io_state
This struct is defined as follows:
struct _event_io_state { char *buf; int optype; int buflen; int bufsize; int offset; /** mask needed for scheduler */ int needmask; };
To use this struct, include the file event.h
.
This struct is defined as follows:
struct _event_io_state { char *buf; int optype; int buflen; int bufsize; int offset; /** mask needed for scheduler */ int needmask; };
To use this struct, include the file event.h
.