Clean up timeout tracking and log acquire timeouts.

This commit is contained in:
JoelKatz
2012-06-23 16:55:26 -07:00
parent 31ad073f8a
commit e7aef33344
2 changed files with 14 additions and 5 deletions

View File

@@ -52,6 +52,7 @@ protected:
void setComplete() { mComplete = true; }
void setFailed() { mFailed = true; }
void invokeOnTimer();
private:
static void TimerEntry(boost::weak_ptr<PeerSet>, const boost::system::error_code& result);