
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
30 lines
952 B
Groff
30 lines
952 B
Groff
.TH "event_config" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
event_config \-
|
|
.PP
|
|
Configuration for an \fBevent_base\fP\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
\fC#include <event\&.h>\fP
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Configuration for an \fBevent_base\fP\&.
|
|
|
|
There are many options that can be used to alter the behavior and implementation of an \fBevent_base\fP\&. 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 \fBevent_base_new_with_config()\fP\&.
|
|
.PP
|
|
\fBSee also:\fP
|
|
.RS 4
|
|
\fBevent_config_new()\fP, \fBevent_config_free()\fP, \fBevent_base_new_with_config()\fP, \fBevent_config_avoid_method()\fP, \fBevent_config_require_features()\fP, \fBevent_config_set_flag()\fP, \fBevent_config_set_num_cpus_hint()\fP
|
|
.RE
|
|
.PP
|
|
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for libevent from the source code\&.
|