Adjust protocol buffer

This commit is contained in:
2020-05-20 16:51:58 +02:00
parent 0239d977b7
commit ab035bd6ef
+2 -1
View File
@@ -58,7 +58,8 @@ struct ReplayModuleFrameBuffer {
uint64_t daq_rec[core_buffer::REPLAY_READ_BUFFER_SIZE];
uint64_t n_received_packets[core_buffer::EPLAY_READ_BUFFER_SIZE];
bool is_frame_present[core_buffer::REPLAY_READ_BUFFER_SIZE];
uint64_t module_id;
bool is_good_frame[core_buffer::REPLAY_READ_BUFFER_SIZE];
uint16_t module_id;
uint64_t data_n_bytes;
uint16_t n_frames;