Shorten name of n_recv_packets

This commit is contained in:
2020-06-04 10:24:40 +02:00
parent 8a727b6ab2
commit b3fc52e250
9 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ struct ModuleFrame {
uint64_t pulse_id;
uint64_t frame_index;
uint64_t daq_rec;
uint64_t n_received_packets;
uint64_t n_recv_packets;
uint64_t module_id;
};
#pragma pack(pop)