Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_orig_source_addrs
Method
get_orig_source_addrs
src/msg/Message.h:541–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
return get_source_addr();
540
}
541
entity_addrvec_t get_orig_source_addrs() const {
542
return get_source_addrs();
543
}
544
545
// virtual bits
546
virtual void decode_payload() = 0;
Callers
13
preprocess_query
Method · 0.80
preprocess_beacon
Method · 0.80
prepare_beacon
Method · 0.80
_updated
Method · 0.80
preprocess_failure
Method · 0.80
preprocess_boot
Method · 0.80
prepare_boot
Method · 0.80
_booted
Method · 0.80
preprocess_full
Method · 0.80
preprocess_alive
Method · 0.80
prepare_pg_created
Method · 0.80
preprocess_pgtemp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected