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

Method get_priority

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

Source from the content-addressed store, hash-verified

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; }
504
505 // source/dest

Callers 7

send_messageMethod · 0.45
do_requestMethod · 0.45
flushMethod · 0.45
send_messageMethod · 0.45
handle_messageMethod · 0.45
send_messageMethod · 0.45
handle_message_footerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected