aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-04-19 00:15:52 -0400
committerCory Fields <cory-nospam-@coryfields.com>2016-09-08 12:24:06 -0400
commit8a593694b1495656411717fbae5d3167576df973 (patch)
tree295d3d46f37b1c1cb68f0ef02c5cdb3defebe010 /src/net.h
parentbd72937dc462b86f0e84184b270a232f7bfaa8db (diff)
downloadbitcoin-8a593694b1495656411717fbae5d3167576df973.tar.xz
net: move semOutbound to CConnman
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 25e473c5fc..36ebadf13c 100644
--- a/src/net.h
+++ b/src/net.h
@@ -282,6 +282,8 @@ private:
/** Services this instance cares about */
ServiceFlags nRelevantServices;
+
+ CSemaphore *semOutbound;
};
extern std::unique_ptr<CConnman> g_connman;
void MapPort(bool fUseUPnP);