Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
libevent: event_base Struct Reference
[go: Go Back, main page]

libevent
event_base Struct Reference

Structure to hold information and state for a Libevent dispatch loop. More...

#include <event.h>

Detailed Description

Structure to hold information and state for a Libevent dispatch loop.

The event_base 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.

This is an opaque structure; you can allocate one using event_base_new() or event_base_new_with_config().

See also
event_base_new(), event_base_free(), event_base_loop(), event_base_new_with_config()

The documentation for this struct was generated from the following file: