diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2017-10-24 09:26:05 +0100 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2017-11-02 12:39:14 -0400 |
commit | 83df25736ebaa23777e965d265ed677a8d79f23f (patch) | |
tree | 781000ee1e9b246db0ff115229e53171b69b7c96 /src/net.h | |
parent | ac7b37cd2bd612a64a4009ba82f1cd1d57f37434 (diff) |
Add CConnmanTest to mutate g_connman in tests
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -431,6 +431,8 @@ private: * in excess of nMaxOutbound * This takes the place of a feeler connection */ std::atomic_bool m_try_another_outbound_peer; + + friend struct CConnmanTest; }; extern std::unique_ptr<CConnman> g_connman; void Discover(boost::thread_group& threadGroup); |