Libevent Code Doxygen document
event.h File Reference
#include <event2/event-config.h>
#include <stdarg.h>
#include <evutil.h>
#include <event2/event_struct.h>
#include <event2/event.h>
#include <event2/event_compat.h>
#include <event2/buffer.h>
#include <event2/buffer_compat.h>
#include <event2/bufferevent.h>
#include <event2/bufferevent_struct.h>
#include <event2/bufferevent_compat.h>
#include <event2/tag.h>
#include <event2/tag_compat.h>
Include dependency graph for event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

A library for writing event-driven network servers.

The <event.h> header is deprecated in Libevent 2.0 and later; please use <event2/event.h> instead. Depending on what functionality you need, you may also want to include more of the other event2/ headers.