Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_addrs
Function · 0.45
main
Function · 0.45
main
Function · 0.45
cephx_verify_authorizer
Function · 0.45
TEST_F
Function · 0.45
test_echo
Function · 0.45
test_preemptive_shutdown
Function · 0.45
main
Function · 0.45
test_stress
Function · 0.45
test_injection
Function · 0.45
main
Function · 0.45
generate_test_instances
Method · 0.45
Calls
no outgoing calls
Tested by
7
TEST_F
Function · 0.36
test_echo
Function · 0.36
test_preemptive_shutdown
Function · 0.36
main
Function · 0.36
test_stress
Function · 0.36
test_injection
Function · 0.36
main
Function · 0.36