1 .TH "event_base" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
7 Structure to hold information and state for a Libevent dispatch loop\&.
13 \fC#include <event\&.h>\fP
14 .SH "Detailed Description"
16 Structure to hold information and state for a Libevent dispatch loop\&.
18 The \fBevent_base\fP lies at the center of Libevent; every application will have one\&. It keeps track of all pending and active events, and notifies your application of the active ones\&.
20 This is an opaque structure; you can allocate one using \fBevent_base_new()\fP or \fBevent_base_new_with_config()\fP\&.
24 \fBevent_base_new()\fP, \fBevent_base_free()\fP, \fBevent_base_loop()\fP, \fBevent_base_new_with_config()\fP
31 Generated automatically by Doxygen for libevent from the source code\&.