SharedListen.h File Reference
#include "base/AsyncCall.h"
#include "base/Subscription.h"
#include "ip/Address.h"
#include "ipc/QuestionerId.h"
#include "ipc/RequestId.h"
#include "ipc/StartListening.h"
Include dependency graph for SharedListen.h:
This graph shows which files directly or indirectly include this file:
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 More... | |
void | Ipc::SharedListenJoined (const SharedListenResponse &response) |
process Coordinator response to SharedListenRequest More... | |