|
Squid Web Cache master
|
#include "squid.h"#include "base/AsyncJob.h"#include "tests/STUB.h"#include "comm/AcceptLimiter.h"#include "comm/Connection.h"#include "comm/ConnOpener.h"#include "comm/forward.h"#include "comm/IoCallback.h"#include "comm/Loops.h"#include "comm/Read.h"#include "comm/TcpAcceptor.h"#include "comm/Tcp.h"#include "comm/Write.h"Go to the source code of this file.
Macros | |
| #define | STUB_API "comm/libcomm.la" |
Functions | |
| Comm::AcceptLimiter &Comm::AcceptLimiter::Instance() STUB_RETVAL(dummy) void Comm | CBDATA_NAMESPACED_CLASS_INIT (Comm, ConnOpener) |
Variables | |
| Comm::AcceptLimiter | dummy |
| #define STUB_API "comm/libcomm.la" |
Definition at line 12 of file stub_libcomm.cc.
| Comm::AcceptLimiter &Comm::AcceptLimiter::Instance() STUB_RETVAL(dummy) void Comm CBDATA_NAMESPACED_CLASS_INIT | ( | Comm | , |
| ConnOpener | |||
| ) |
| Comm::AcceptLimiter dummy |
Definition at line 16 of file stub_libcomm.cc.
Referenced by commSetCloseOnExec(), commSetNonBlocking(), and commUnsetNonBlocking().