Add LedgerCleaner:

* Manually invoked to clean ledgers
* Get status with: 'print app.ledgercleaner.*'
* Invoke or control with 'ledger_cleaner' command
This commit is contained in:
JoelKatz
2013-11-14 20:19:39 -08:00
committed by Vinnie Falco
parent b9e2ac38fa
commit ed64c8bb29
11 changed files with 569 additions and 0 deletions

View File

@@ -151,6 +151,8 @@ public:
bassert (s_instance == nullptr);
s_instance = this;
add (m_ledgerMaster->getPropertySource ());
// VFALCO TODO remove these once the call is thread safe.
HashMaps::getInstance ().initializeNonce <size_t> ();
}