aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorGregory Maxwell <gmaxwell@gmail.com>2012-05-11 18:05:49 -0700
committerGregory Maxwell <gmaxwell@gmail.com>2012-05-11 18:05:49 -0700
commitc05271901a7aafdd433da14d3d1c290419a28a77 (patch)
treebc11ae08c943beace365478ed1c6c415c812e9f2 /src/net.h
parentb34c5f3c0f4b37335e27bd67f554cf4df6976116 (diff)
parent7f3ccb59da31c7b1706ebfbb401910923221f076 (diff)
downloadbitcoin-c05271901a7aafdd433da14d3d1c290419a28a77.tar.xz
Merge pull request #1260 from sipa/splitsync
Split synchronization mechanisms from util.{h,cpp}
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index c649242a07..3521a81388 100644
--- a/src/net.h
+++ b/src/net.h
@@ -148,6 +148,7 @@ public:
bool fNetworkNode;
bool fSuccessfullyConnected;
bool fDisconnect;
+ CSemaphoreGrant grantOutbound;
protected:
int nRefCount;