Use relaxed for retrieving sync status.
parent
f0f92726b1
commit
364bc62e8c
|
|
@ -457,7 +457,7 @@ void FreeDVInterface::setSync(int val)
|
|||
|
||||
int FreeDVInterface::getSync() const
|
||||
{
|
||||
return sync_.load(std::memory_order_acquire);
|
||||
return sync_.load(std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
void FreeDVInterface::setEq(int val)
|
||||
|
|
|
|||
Loading…
Reference in New Issue