|
Squid Web Cache master
|
#include "squid.h"#include "base/CodeContext.h"#include "base/IoManip.h"#include "comm/Loops.h"#include "fde.h"#include "globals.h"#include "mgr/Registration.h"#include "StatCounters.h"#include "StatHist.h"#include "Store.h"#include <cerrno>Go to the source code of this file.
Macros | |
| #define | DEBUG_EPOLL 0 |
Functions | |
| static void | commEPollRegisterWithCacheManager (void) |
| static const char * | epolltype_atoi (int x) |
| static void | commIncomingStats (StoreEntry *sentry) |
Variables | |
| static int | kdpfd = -1 |
| static int | max_poll_time = 1000 |
| static struct epoll_event * | pevents |
| #define DEBUG_EPOLL 0 |
Definition at line 45 of file ModEpoll.cc.
|
static |
Definition at line 192 of file ModEpoll.cc.
References commIncomingStats, and Mgr::RegisterAction().
|
static |
Definition at line 200 of file ModEpoll.cc.
References StatHist::dump(), StatCounters::select_fds_hist, StatCounters::select_loops, statCounter, statHistIntDumper, and storeAppendPrintf().
|
static |
Definition at line 86 of file ModEpoll.cc.
|
static |
Definition at line 52 of file ModEpoll.cc.
|
static |
Definition at line 53 of file ModEpoll.cc.
|
static |
Definition at line 55 of file ModEpoll.cc.