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

Method get_tid

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

Source from the content-addressed store, hash-verified

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; }
498
499 uint64_t get_seq() const { return header.seq; }

Callers 8

handle_command_replyMethod · 0.45
reply_commandMethod · 0.45
reply_tell_commandMethod · 0.45
handle_get_versionMethod · 0.45
preprocess_statfsMethod · 0.45
_pool_op_replyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected