Manual browser: event_base(3)
event_base(3) | Library Functions Manual | event_base(3) |
NAME
event_base -Structure to hold information and state for a Libevent dispatch loop.
SYNOPSIS
#include <event.h>Detailed Description
Structure to hold information and state for a Libevent dispatch loop.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()
Author
Generated automatically by Doxygen for libevent from the source code.Wed Apr 10 2013 | libevent |