mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 00:54:12 +02:00
Add threads to the vector
This commit is contained in:
@@ -101,7 +101,7 @@ int main (int argc, char *argv[])
|
||||
};
|
||||
|
||||
for (size_t i=0; i<n_modules; i++) {
|
||||
thread test(read_thread, i);
|
||||
threads.emplace_back(read_thread, i);
|
||||
}
|
||||
|
||||
int i_write = 0;
|
||||
|
||||
Reference in New Issue
Block a user