Improve the process for GNU tools
[minix3.git] / external / bsd / libevent / man / event_config.3
blob727d06ee2069751a037890ce02a2829001e4c77e
1 .TH "event_config" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 event_config \- 
6 .PP
7 Configuration for an \fBevent_base\fP\&.  
9 .SH SYNOPSIS
10 .br
11 .PP
12 .PP
13 \fC#include <event\&.h>\fP
14 .SH "Detailed Description"
15 .PP 
16 Configuration for an \fBevent_base\fP\&. 
18 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\&.
19 .PP
20 \fBSee also:\fP
21 .RS 4
22 \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 
23 .RE
24 .PP
27 .SH "Author"
28 .PP 
29 Generated automatically by Doxygen for libevent from the source code\&.