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

Method set_seq

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

Source from the content-addressed store, hash-verified

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; }
503 void set_priority(__s16 p) { header.priority = p; }

Callers 4

write_messageMethod · 0.45
write_messageMethod · 0.45
do_requeue_out_sentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected