Strand.h
Go to the documentation of this file.
Waits for and receives incoming IPC messages; kids handle the messages.
Definition: Port.h:22
Receives coordination messages on behalf of its process or thread.
Definition: Strand.h:28
void handleCacheMgrRequest(const Mgr::Request &request)
Definition: Strand.cc:133
void handleRegistrationResponse(const StrandMessage &)
let Coordinator know this strand exists
Definition: Strand.cc:120
Strand & operator=(const Strand &)
void handleSnmpResponse(const Snmp::Response &response)
Definition: Strand.cc:152
void handleCacheMgrResponse(const Mgr::Response &response)
Definition: Strand.cc:140
Strand(const Strand &)
void handleSnmpRequest(const Snmp::Request &request)
Definition: Strand.cc:146
CBDATA_CHILD(Strand)
struct msghdr with a known type, fixed-size I/O and control buffers
Definition: TypedMsgHdr.h:35
Definition: Response.h:24
Definition: Response.h:24
Definition: IpcIoFile.h:24