mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
debug traces
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
|
||||
private:
|
||||
std::unordered_map<Key, Mapped> data_;
|
||||
std::queue<Key> order_; // assumes non-decreasing inserts for O(k) purge
|
||||
std::queue<Key> order_;
|
||||
mutable std::mutex mutex_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user