|
Squid Web Cache master
|
#include "base/AsyncCall.h"#include "base/Subscription.h"#include "ip/Address.h"#include "ipc/QuestionerId.h"#include "ipc/RequestId.h"#include "ipc/StartListening.h"Go to the source code of this file.
Classes | |
| class | Ipc::OpenListenerParams |
| "shared listen" is when concurrent processes are listening on the same fd More... | |
| class | Ipc::SharedListenRequest |
| a request for a listen socket with given parameters More... | |
| class | Ipc::SharedListenResponse |
| a response to SharedListenRequest More... | |
Namespaces | |
| namespace | Ipc |
Functions | |
| void | Ipc::JoinSharedListen (const OpenListenerParams &, StartListeningCallback &) |
| prepare and send SharedListenRequest to Coordinator | |
| void | Ipc::SharedListenJoined (const SharedListenResponse &response) |
| process Coordinator response to SharedListenRequest | |