mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add insight support to TaggedCache, KeyCache:
* Move TaggedCache, KeyCache to common * Add radmap module, FullBelowCache class * Add get_seconds_clock * Inject FullBelowCache in SHAMap
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "beast/beast/make_unique.h"
|
||||
|
||||
namespace ripple {
|
||||
namespace Resource {
|
||||
|
||||
@@ -34,9 +32,7 @@ public:
|
||||
Journal journal)
|
||||
: Thread ("Resource::Manager")
|
||||
, m_journal (journal)
|
||||
, m_logic (collector,
|
||||
get_abstract_clock <std::chrono::steady_clock, std::chrono::seconds> (),
|
||||
journal)
|
||||
, m_logic (collector, get_seconds_clock (), journal)
|
||||
{
|
||||
startThread ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user