Merge pull request #1260 from sipa/splitsync

Split synchronization mechanisms from util.{h,cpp}
This commit is contained in:
Gregory Maxwell
2012-05-11 18:05:49 -07:00
16 changed files with 388 additions and 281 deletions

View File

@@ -148,6 +148,7 @@ public:
bool fNetworkNode;
bool fSuccessfullyConnected;
bool fDisconnect;
CSemaphoreGrant grantOutbound;
protected:
int nRefCount;