Release master lock while getting nodes from a mutable ledger for a peer.

This commit is contained in:
JoelKatz
2013-05-17 03:16:04 -07:00
parent a5b30524d6
commit e4e4cf0ed6
2 changed files with 11 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ protected:
void recvSearchTransaction(ripple::TMSearchTransaction& packet);
void recvGetAccount(ripple::TMGetAccount& packet);
void recvAccount(ripple::TMAccount& packet);
void recvGetLedger(ripple::TMGetLedger& packet);
void recvGetLedger(ripple::TMGetLedger& packet, ScopedLock& MasterLockHolder);
void recvLedger(const boost::shared_ptr<ripple::TMLedgerData>& packet);
void recvStatus(ripple::TMStatusChange& packet);
void recvPropose(const boost::shared_ptr<ripple::TMProposeSet>& packet);