| 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; } |
no outgoing calls
no test coverage detected