Add ledger.history.mismatch insight statistic

This commit is contained in:
Vinnie Falco
2014-08-25 17:13:05 -07:00
parent e024e7c2ec
commit e7cf3e8084
5 changed files with 45 additions and 11 deletions

View File

@@ -286,8 +286,8 @@ public:
, m_pathRequests (new PathRequests (
m_logs.journal("PathRequest"), m_collectorManager->collector ()))
, m_ledgerMaster (LedgerMaster::New (
*m_jobQueue, m_logs.journal("LedgerMaster")))
, m_ledgerMaster (make_LedgerMaster (*m_jobQueue,
m_collectorManager->collector (), m_logs.journal("LedgerMaster")))
// VFALCO NOTE must come before NetworkOPs to prevent a crash due
// to dependencies in the destructor.