diff --git a/core-buffer/include/jungfrau.hpp b/core-buffer/include/jungfrau.hpp index 86344e9..305927e 100644 --- a/core-buffer/include/jungfrau.hpp +++ b/core-buffer/include/jungfrau.hpp @@ -36,9 +36,9 @@ struct jungfrau_packet { struct ModuleFrame { uint64_t pulse_id; uint64_t frame_index; - uint32_t daq_rec; - uint16_t n_received_packets; - uint16_t module_id; + uint64_t daq_rec; + uint64_t n_received_packets; + uint64_t module_id; }; #pragma pack(pop)