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

Method get_seq

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

Source from the content-addressed store, hash-verified

497 void set_tid(uint64_t t) { header.tid = t; }
498
499 uint64_t get_seq() const { return header.seq; }
500 void set_seq(uint64_t s) { header.seq = s; }
501
502 unsigned get_priority() const { return header.priority; }

Callers 15

handle_client_sessionMethod · 0.45
handle_leaseMethod · 0.45
handle_capsMethod · 0.45
handle_cap_importMethod · 0.45
handle_cap_grantMethod · 0.45
_calc_signatureMethod · 0.45
sign_messageMethod · 0.45
pre_dispatchMethod · 0.45
requeue_sentMethod · 0.45
write_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected