| event_config(3) | Library Functions Manual | event_config(3) |
event_config - Configuration for an event_base.
#include <event.h>
Configuration for an event_base.
There are many options that can be used to alter the behavior and implementation of an event_base. To avoid having to pass them all in a complex many-argument constructor, we provide an abstract data type wrhere you set up configation information before passing it to event_base_new_with_config().
See also:
Generated automatically by Doxygen for libevent from the source code.
| Tue Jan 31 2017 | libevent |