net: move semOutbound to CConnman

This commit is contained in:
Cory Fields
2016-04-19 00:15:52 -04:00
parent bd72937dc4
commit 8a593694b1
2 changed files with 3 additions and 2 deletions

View File

@@ -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);