chronon::ArbLoser
A losing request with the reason it was rejected. More...
#include <PriorityArbiter.hpp>
Public Attributes
| Name | |
|---|---|
| uint8_t | target_pipe |
| uint64_t | tag |
| SourceEnum | source |
| LoseReason | reason |
| uint8_t | entry_id |
Detailed Description
template <typename SourceEnum >
struct chronon::ArbLoser;
A losing request with the reason it was rejected.
Public Attributes Documentation
variable target_pipe
uint8_t target_pipe = 0;
variable tag
uint64_t tag = 0;
variable source
SourceEnum source {};
variable reason
LoseReason reason {};
variable entry_id
uint8_t entry_id = 0xFF;
Updated on 2026-05-26 at 05:42:32 +0000