30 #ifndef evutil_socket_t
35 typedef void (*ev_sighandler_t)(int);
41 struct event ev_signal;
47 int ev_n_signals_added;
51 #ifdef _EVENT_HAVE_SIGACTION
52 struct sigaction **sh_old;
54 ev_sighandler_t **sh_old;
Structure to represent a single event.
Definition: event_struct.h:87
Definition: evsignal-internal.h:39
#define evutil_socket_t
A type wide enough to hold the output of "socket()" or "accept()".
Definition: util.h:278
Common convenience functions for cross-platform portability and related socket manipulations.
Definition: event-internal.h:167