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

Method get_source

src/msg/Message.h:509–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507 return entity_inst_t(get_source(), get_source_addr());
508 }
509 entity_name_t get_source() const {
510 return entity_name_t(header.src);
511 }
512 entity_addr_t get_source_addr() const {
513#ifdef WITH_CRIMSON
514 ceph_abort("In crimson, conn is independently maintained outside Message");

Callers 15

handle_prepareMethod · 0.45
_prepare_loggedMethod · 0.45
handle_notify_ackMethod · 0.45
_commit_loggedMethod · 0.45
handle_export_ackMethod · 0.45
handle_export_prepMethod · 0.45
handle_export_dirMethod · 0.45
handle_export_notifyMethod · 0.45

Calls 1

entity_name_tClass · 0.70

Tested by 2

ms_dispatchMethod · 0.36
ms_fast_dispatchMethod · 0.36