chronon::observe::ObservationQueue::RecordHeader
Header prefixed to every event in the queue.
#include <ObservationQueue.hpp>
Public Attributes
| Name | |
|---|---|
| EventType | type |
| uint16_t | total_size |
| uint32_t | padding |
| uint8_t | flags |
Public Attributes Documentation
variable type
EventType type;
variable total_size
uint16_t total_size;
variable padding
uint32_t padding;
variable flags
uint8_t flags;
Updated on 2026-07-06 at 09:03:34 +0000