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:
@@ -101,7 +101,7 @@ private:
|
||||
|
||||
std::list<uint256> mRecentLedgers;
|
||||
std::list<uint256> mRecentTxSets;
|
||||
boost::mutex mRecentLock;
|
||||
mutable boost::mutex mRecentLock;
|
||||
|
||||
|
||||
boost::asio::deadline_timer mActivityTimer;
|
||||
|
||||
Reference in New Issue
Block a user