MCPcopy Create free account
hub / github.com/ceph/ceph / get_peer_socket_addr

Method get_peer_socket_addr

src/mon/Monitor.cc:4279–4281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4277 }
4278 bool is_connected() override { return false; }
4279 entity_addr_t get_peer_socket_addr() const override {
4280 return socket_addr;
4281 }
4282
4283private:
4284 FRIEND_MAKE_REF(AnonConnection);

Callers 14

ms_handle_resetMethod · 0.45
ms_handle_acceptMethod · 0.45
set_connectionMethod · 0.45
SessionMethod · 0.45
MForwardMethod · 0.45
choose_addrFunction · 0.45
_allowed_commandMethod · 0.45
handle_tell_commandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected