mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 00:42:22 +02:00
Rename size attribute of StreamModuleFrame
This commit is contained in:
@@ -52,7 +52,7 @@ struct ModuleFrame {
|
||||
#pragma pack(1)
|
||||
struct StreamModuleFrame {
|
||||
ModuleFrame metadata;
|
||||
uint64_t frame_size;
|
||||
uint64_t data_n_bytes;
|
||||
bool is_frame_present;
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user