mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55: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;
|
std::atomic<OperatingMode> mMode;
|
||||||
|
|
||||||
bool mNeedNetworkLedger;
|
std::atomic <bool> mNeedNetworkLedger;
|
||||||
bool mProposing;
|
bool mProposing;
|
||||||
bool mValidating;
|
bool mValidating;
|
||||||
bool m_amendmentBlocked;
|
bool m_amendmentBlocked;
|
||||||
|
|||||||
Reference in New Issue
Block a user