UdsOp.h File Reference
#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"
Include dependency graph for UdsOp.h:
This graph shows which files directly or indirectly include this file:
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 More... | |
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 More... | |