diff options
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); |