mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add find_create stat to InboundLedgers
This commit is contained in:
committed by
Vinnie Falco
parent
ff80531db4
commit
382088c456
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user