mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-26 15:40:45 +02:00
Rename run_writers to run_receivers
In the new implementation the default state is to have the receivers running, but not the writers.
This commit is contained in:
@@ -72,7 +72,7 @@ void ProcessManager::notify_last_pulse_id(uint64_t pulse_id)
|
||||
} catch (...){}
|
||||
}
|
||||
|
||||
void ProcessManager::run_writer(uint8_t n_receiving_threads)
|
||||
void ProcessManager::run_receivers(uint8_t n_receiving_threads)
|
||||
{
|
||||
|
||||
#ifdef DEBUG_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user