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
.
Was this page helpful?