#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>
Go to the source code of this file.
Variables | |
| static int | EngineHandle |
| static std::vector< epoll_event > | events |
int EngineHandle [static] |
Definition at line 22 of file socketengine_epoll.cpp.
Referenced by SocketEngine::Change(), SocketEngine::Init(), and SocketEngine::Process().
std::vector<epoll_event> events [static] |
Definition at line 23 of file socketengine_epoll.cpp.
Referenced by SocketEngine::Init(), and SocketEngine::Process().
1.7.1