Variables

socketengine_epoll.cpp File Reference

#include "services.h"
#include "anope.h"
#include "sockets.h"
#include "socketengine.h"
#include "config.h"
#include <sys/epoll.h>
#include <ulimit.h>
#include <errno.h>
Include dependency graph for socketengine_epoll.cpp:

Go to the source code of this file.

Variables

static int EngineHandle
static std::vector< epoll_event > events

Variable Documentation

int EngineHandle [static]
std::vector<epoll_event> events [static]

Definition at line 23 of file socketengine_epoll.cpp.

Referenced by SocketEngine::Init(), and SocketEngine::Process().