|
Squid Web Cache master
|
#include "base/AsyncJob.h"#include "base/forward.h"#include "cbdata.h"#include "comm/forward.h"#include "ipc/FdNotes.h"#include "ipc/TypedMsgHdr.h"#include "SquidString.h"Go to the source code of this file.
Classes | |
| class | Ipc::UdsOp |
| class | Ipc::UdsSender |
| attempts to send an IPC message a few times, with a timeout More... | |
Namespaces | |
| namespace | Ipc |
Functions | |
| struct sockaddr_un | Ipc::PathToAddress (const String &pathAddr) |
| converts human-readable filename path into UDS address | |
| void | Ipc::SendMessage (const String &toAddress, const TypedMsgHdr &message) |
| const Comm::ConnectionPointer & | Ipc::ImportFdIntoComm (const Comm::ConnectionPointer &conn, int socktype, int protocol, FdNoteId noteId) |
| import socket fd from another strand into our Comm state | |