Release RB for test

This commit is contained in:
2020-04-21 20:32:54 +02:00
parent f7e7fe81a0
commit 607b0b6fe2
+1
View File
@@ -115,6 +115,7 @@ int main (int argc, char *argv[])
cout << "Got from " << data.first->start_pulse_id;
cout << " to " << data.first->stop_pulse_id << endl;
ring_buffer.release(data.first->buffer_slot_index);
}
read_thread.join();