mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Silly boost needs mutable locks.
This commit is contained in:
@@ -99,9 +99,9 @@ private:
|
||||
uint256 mClosedLedgerHash;
|
||||
uint256 mPreviousLedgerHash;
|
||||
|
||||
std::list<uint256> mRecentLedgers;
|
||||
std::list<uint256> mRecentTxSets;
|
||||
boost::mutex mRecentLock;
|
||||
std::list<uint256> mRecentLedgers;
|
||||
std::list<uint256> mRecentTxSets;
|
||||
mutable boost::mutex mRecentLock;
|
||||
|
||||
|
||||
boost::asio::deadline_timer mActivityTimer;
|
||||
|
||||
Reference in New Issue
Block a user