Count InfoSub's.

This commit is contained in:
JoelKatz
2012-11-30 03:48:49 -08:00
parent e5e96f9dd7
commit 41fe8f4443
2 changed files with 4 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
// there's a functional network.
SETUP_LOG();
DECLARE_INSTANCE(InfoSub);
NetworkOPs::NetworkOPs(boost::asio::io_service& io_service, LedgerMaster* pLedgerMaster) :
mMode(omDISCONNECTED), mNeedNetworkLedger(false), mNetTimer(io_service), mLedgerMaster(pLedgerMaster),