From 8a593694b1495656411717fbae5d3167576df973 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 19 Apr 2016 00:15:52 -0400 Subject: net: move semOutbound to CConnman --- src/net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net.h') 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 g_connman; void MapPort(bool fUseUPnP); -- cgit v1.2.3