diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-04-19 00:15:52 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-09-08 12:24:06 -0400 |
commit | 8a593694b1495656411717fbae5d3167576df973 (patch) | |
tree | 295d3d46f37b1c1cb68f0ef02c5cdb3defebe010 /src/net.h | |
parent | bd72937dc462b86f0e84184b270a232f7bfaa8db (diff) |
net: move semOutbound to CConnman
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |