Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_message
Method · 0.45
do_request
Method · 0.45
flush
Method · 0.45
send_message
Method · 0.45
handle_message
Method · 0.45
send_message
Method · 0.45
handle_message_footer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected