|
Squid Web Cache master
|
#include "base/AsyncCall.h"#include "comm/Flag.h"#include "comm/forward.h"#include "mem/forward.h"#include "sbuf/forward.h"Go to the source code of this file.
Classes | |
| class | Comm::IoCallback |
| Details about a particular Comm IO callback event. More... | |
| class | Comm::CbEntry |
Namespaces | |
| namespace | Comm |
| Abstraction layer for TCP, UDP, TLS, UDS and filedescriptor sockets. | |
Macros | |
| #define | COMMIO_FD_READCB(fd) (&(Comm::ioCallbacks(fd).readcb)) |
| #define | COMMIO_FD_WRITECB(fd) (&(Comm::ioCallbacks(fd).writecb)) |
Enumerations | |
| enum | Comm::iocb_type { Comm::IOCB_NONE , Comm::IOCB_READ , Comm::IOCB_WRITE } |
| Type of IO callbacks the Comm layer deals with. More... | |
Functions | |
| CbEntry & | Comm::ioCallbacks (int fd) |
| #define COMMIO_FD_READCB | ( | fd | ) | (&(Comm::ioCallbacks(fd).readcb)) |
Definition at line 75 of file IoCallback.h.
| #define COMMIO_FD_WRITECB | ( | fd | ) | (&(Comm::ioCallbacks(fd).writecb)) |
Definition at line 76 of file IoCallback.h.