|
Libevent Code Doxygen document
|
Public Member Functions | |
| TAILQ_ENTRY (event_callback) evcb_active_next | |
Public Attributes | |
| short | evcb_flags |
| ev_uint8_t | evcb_pri |
| ev_uint8_t | evcb_closure |
| union { | |
| void(* evcb_callback )(evutil_socket_t, short, void *) | |
| void(* evcb_selfcb )(struct event_callback *, void *) | |
| void(* evcb_evfinalize )(struct event *, void *) | |
| void(* evcb_cbfinalize )(struct event_callback *, void *) | |
| } | evcb_cb_union |
| void * | evcb_arg |