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

Method set_type

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

Source from the content-addressed store, hash-verified

492 // type
493 int get_type() const { return header.type; }
494 void set_type(int t) { header.type = t; }
495
496 uint64_t get_tid() const { return header.tid; }
497 void set_tid(uint64_t t) { header.tid = t; }

Callers 15

make_mon_addrsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
cephx_verify_authorizerFunction · 0.45
TEST_FFunction · 0.45
test_echoFunction · 0.45
test_preemptive_shutdownFunction · 0.45
mainFunction · 0.45
test_stressFunction · 0.45
test_injectionFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 7

TEST_FFunction · 0.36
test_echoFunction · 0.36
test_preemptive_shutdownFunction · 0.36
mainFunction · 0.36
test_stressFunction · 0.36
test_injectionFunction · 0.36
mainFunction · 0.36