diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-05-27 01:00:01 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-09-08 13:06:05 -0400 |
commit | 98591c50273b13cfc5419548b527280d6a84a43d (patch) | |
tree | db5ea02ec973007718d80d81c2474ecdddd13aa0 /src/net.h | |
parent | fa2f8bc47fa17deccb281b750ff6c48402c5b1ce (diff) |
net: move vNodesDisconnected into CConnman
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,7 @@ private: std::vector<std::string> vAddedNodes; CCriticalSection cs_vAddedNodes; std::vector<CNode*> vNodes; + std::list<CNode*> vNodesDisconnected; mutable CCriticalSection cs_vNodes; std::atomic<NodeId> nLastNodeId; boost::condition_variable messageHandlerCondition; |