Add find_create stat to InboundLedgers

This commit is contained in:
Howard Hinnant
2014-02-21 20:11:13 -05:00
committed by Vinnie Falco
parent ff80531db4
commit 382088c456
3 changed files with 13 additions and 5 deletions

View File

@@ -264,7 +264,8 @@ public:
// VFALCO NOTE must come before NetworkOPs to prevent a crash due
// to dependencies in the destructor.
//
, m_inboundLedgers (InboundLedgers::New (get_seconds_clock (), *m_jobQueue))
, m_inboundLedgers (InboundLedgers::New (get_seconds_clock (), *m_jobQueue,
m_collectorManager->collector ()))
// VFALCO NOTE Does NetworkOPs depend on LedgerMaster?
, m_networkOPs (NetworkOPs::New (get_seconds_clock (), *m_ledgerMaster,