mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
Make NetworkOPs::isFull() thread-safe
This commit is contained in:
committed by
Vinnie Falco
parent
648ccc7c17
commit
405f6f7368
@@ -506,7 +506,7 @@ private:
|
||||
|
||||
std::atomic<OperatingMode> mMode;
|
||||
|
||||
bool mNeedNetworkLedger;
|
||||
std::atomic <bool> mNeedNetworkLedger;
|
||||
bool mProposing;
|
||||
bool mValidating;
|
||||
bool m_amendmentBlocked;
|
||||
|
||||
Reference in New Issue
Block a user