Remove building with NOCRYPTO option
[minix3.git] / external / bsd / libevent / man / event_base.3
blobe4caaed48cb0b1c754be0cc480182701fdd65068
1 .TH "event_base" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 event_base \- 
6 .PP
7 Structure to hold information and state for a Libevent dispatch loop\&.  
9 .SH SYNOPSIS
10 .br
11 .PP
12 .PP
13 \fC#include <event\&.h>\fP
14 .SH "Detailed Description"
15 .PP 
16 Structure to hold information and state for a Libevent dispatch loop\&. 
18 The \fBevent_base\fP lies at the center of Libevent; every application will have one\&. It keeps track of all pending and active events, and notifies your application of the active ones\&.
19 .PP
20 This is an opaque structure; you can allocate one using \fBevent_base_new()\fP or \fBevent_base_new_with_config()\fP\&.
21 .PP
22 \fBSee also:\fP
23 .RS 4
24 \fBevent_base_new()\fP, \fBevent_base_free()\fP, \fBevent_base_loop()\fP, \fBevent_base_new_with_config()\fP 
25 .RE
26 .PP
29 .SH "Author"
30 .PP 
31 Generated automatically by Doxygen for libevent from the source code\&.