
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
32 lines
885 B
Groff
32 lines
885 B
Groff
.TH "event_base" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
event_base \-
|
|
.PP
|
|
Structure to hold information and state for a Libevent dispatch loop\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
\fC#include <event\&.h>\fP
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Structure to hold information and state for a Libevent dispatch loop\&.
|
|
|
|
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\&.
|
|
.PP
|
|
This is an opaque structure; you can allocate one using \fBevent_base_new()\fP or \fBevent_base_new_with_config()\fP\&.
|
|
.PP
|
|
\fBSee also:\fP
|
|
.RS 4
|
|
\fBevent_base_new()\fP, \fBevent_base_free()\fP, \fBevent_base_loop()\fP, \fBevent_base_new_with_config()\fP
|
|
.RE
|
|
.PP
|
|
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for libevent from the source code\&.
|