mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 07:24:13 +02:00
Improve const correctness
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
bool is_slot_free(const uint64_t bunch_id);
|
||||
bool is_slot_full(const uint64_t bunch_id);
|
||||
|
||||
void process(uint64_t bunch_id,
|
||||
void process(const uint64_t bunch_id,
|
||||
const int i_module,
|
||||
const BufferBinaryBlock* block_buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user