Public Member Functions |
|
| TAILQ_ENTRY (event) ev_active_next |
|
| TAILQ_ENTRY (event) ev_next |
Data Fields |
|
union { |
| struct { |
| struct timeval ev_timeout |
| } ev_io |
| struct { |
| short ev_ncalls |
| short * ev_pncalls |
| } ev_signal |
| } | _ev |
|
void * | ev_arg |
|
struct event_base * | ev_base |
|
void(* | ev_callback )(evutil_socket_t, short, void *arg) |
|
ev_uint8_t | ev_closure |
|
short | ev_events |
|
evutil_socket_t | ev_fd |
|
short | ev_flags |
|
ev_uint8_t | ev_pri |
|
short | ev_res |
|
union { |
| int min_heap_idx |
| } | ev_timeout_pos |
The documentation for this struct was generated from the following file: