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

Method send_message

src/mon/Monitor.cc:4266–4268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4264 entity_addr_t socket_addr;
4265
4266 int send_message(Message *m) override {
4267 ceph_abort_msg("send_message on anonymous connection");
4268 }
4269 void send_keepalive() override {
4270 ceph_abort_msg("send_keepalive on anonymous connection");
4271 }

Callers 15

ping_monitorMethod · 0.45
startMethod · 0.45
authenticateMethod · 0.45
check_subMethod · 0.45
_sync_reply_no_cookieMethod · 0.45
handle_sync_get_chunkMethod · 0.45
handle_probe_probeMethod · 0.45
reply_tell_commandMethod · 0.45
send_replyMethod · 0.45
no_replyMethod · 0.45
handle_routeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected