xref: /netbsd-src/external/bsd/libevent/man/event_config.3 (revision 9680fea15a0d9c3cf00fb75fbaca8bc5a2961559)
"event_config" 3 "Tue Jan 31 2017" "libevent" \" -*- nroff -*-
NAME
event_config - Configuration for an event_base.
SYNOPSIS

#include <event.h>

"Detailed Description"

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:

event_config_new(), event_config_free(), event_base_new_with_config(), event_config_avoid_method(), event_config_require_features(), event_config_set_flag(), event_config_set_num_cpus_hint()

"Author"

Generated automatically by Doxygen for libevent from the source code.