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