Count some more class instances.

This commit is contained in:
JoelKatz
2012-11-01 08:46:04 -07:00
parent 7372d4423f
commit 7c346c8d4a
7 changed files with 21 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ typedef std::pair<const uint160, LedgerProposal::pointer> u160_prop_pair;
typedef std::pair<const uint256, LCTransaction::pointer> u256_lct_pair;
SETUP_LOG();
DECLARE_INSTANCE(LedgerConsensus);
TransactionAcquire::TransactionAcquire(const uint256& hash) : PeerSet(hash, TX_ACQUIRE_TIMEOUT), mHaveRoot(false)
{