mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 07:02:41 +02:00
Fix bug in sf_writer
This commit is contained in:
@@ -61,7 +61,7 @@ void receive_replay(
|
||||
for (size_t i = 0; i < n_modules; i++) {
|
||||
auto n_bytes_metadata = zmq_recv(
|
||||
sockets[i],
|
||||
(char*) frame_meta_buffer,
|
||||
module_meta_buffer.get(),
|
||||
sizeof(ModuleFrame),
|
||||
0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user