26 #ifndef _CHANGELIST_H_
27 #define _CHANGELIST_H_
63 ev_uint8_t read_change;
64 ev_uint8_t write_change;
70 #define EV_CHANGE_ADD 0x01
72 #define EV_CHANGE_DEL 0x02
74 #define EV_CHANGE_SIGNAL EV_SIGNAL
76 #define EV_CHANGE_PERSIST EV_PERSIST
78 #define EV_CHANGE_ET EV_ET
82 #define EVENT_CHANGELIST_FDINFO_SIZE sizeof(int)
#define evutil_socket_t
A type wide enough to hold the output of "socket()" or "accept()".
Definition: util.h:278
Represents a.
Definition: changelist-internal.h:53
Common convenience functions for cross-platform portability and related socket manipulations.
Definition: event-internal.h:153
evutil_socket_t fd
The fd or signal whose events are to be changed.
Definition: changelist-internal.h:55
Definition: event-internal.h:167