libevent
2.2.1
Event notification library
|
Configuration for an event_base. More...
#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 where you set up configuration information before passing it to event_base_new_with_config().