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

Method get_dispatch_throttle_size

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

Source from the content-addressed store, hash-verified

386
387 void set_dispatch_throttle_size(uint64_t s) { dispatch_throttle_size = s; }
388 uint64_t get_dispatch_throttle_size() const { return dispatch_throttle_size; }
389
390 const ceph_msg_header &get_header() const { return header; }
391 ceph_msg_header &get_header() { return header; }

Callers 3

pre_dispatchMethod · 0.80
discard_queueMethod · 0.80
discardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected