diff options
| author | Cory Fields <[email protected]> | 2016-04-19 00:15:52 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-09-08 12:24:06 -0400 |
| commit | 8a593694b1495656411717fbae5d3167576df973 (patch) | |
| tree | 295d3d46f37b1c1cb68f0ef02c5cdb3defebe010 /src/net.h | |
| parent | net: move nLocalServices/nRelevantServices to CConnman (diff) | |
| download | discoin-8a593694b1495656411717fbae5d3167576df973.tar.xz discoin-8a593694b1495656411717fbae5d3167576df973.zip | |
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); |