|
Squid Web Cache master
|
a request for a listen socket with given parameters More...
#include <SharedListen.h>
Public Member Functions | |
| SharedListenRequest (const OpenListenerParams &, RequestId aMapId) | |
| sender's constructor | |
| SharedListenRequest (const TypedMsgHdr &hdrMsg) | |
| from recvmsg() | |
| void | pack (TypedMsgHdr &hdrMsg) const |
| prepare for sendmsg() | |
Public Attributes | |
| int | requestorId |
| kidId of the requestor | |
| OpenListenerParams | params |
| actual comm_open_sharedListen() parameters | |
| RequestId | mapId |
| to map future response to the requestor's callback | |
Definition at line 46 of file SharedListen.h.
| Ipc::SharedListenRequest::SharedListenRequest | ( | const OpenListenerParams & | aParams, |
| RequestId | aMapId | ||
| ) |
Definition at line 73 of file SharedListen.cc.
|
explicit |
Definition at line 81 of file SharedListen.cc.
References Ipc::TypedMsgHdr::checkType(), Ipc::TypedMsgHdr::getPod(), and Ipc::mtSharedListenRequest.
| void Ipc::SharedListenRequest::pack | ( | TypedMsgHdr & | hdrMsg | ) | const |
Definition at line 87 of file SharedListen.cc.
References Ipc::mtSharedListenRequest, Ipc::TypedMsgHdr::putPod(), and Ipc::TypedMsgHdr::setType().
Referenced by SendSharedListenRequest().
| RequestId Ipc::SharedListenRequest::mapId |
Definition at line 58 of file SharedListen.h.
Referenced by Ipc::Coordinator::handleSharedListenRequest(), and SendSharedListenRequest().
| OpenListenerParams Ipc::SharedListenRequest::params |
Definition at line 56 of file SharedListen.h.
Referenced by Ipc::Coordinator::handleSharedListenRequest(), Ipc::Coordinator::openListenSocket(), and SendSharedListenRequest().
| int Ipc::SharedListenRequest::requestorId |
Definition at line 54 of file SharedListen.h.
Referenced by Ipc::Coordinator::handleSharedListenRequest(), and Ipc::Coordinator::openListenSocket().