mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 20:12:23 +02:00
Remove memory order relaxation
This commit is contained in:
@@ -258,5 +258,5 @@ void H5WriteModule::write_thread(
|
||||
|
||||
bool H5WriteModule::is_writing()
|
||||
{
|
||||
return is_writing_.load(memory_order_relaxed);
|
||||
return is_writing_;
|
||||
}
|
||||
Reference in New Issue
Block a user