handle i2p.router.netdb.activepeers

This commit is contained in:
orignal 2015-01-14 13:21:41 -05:00
parent 98e930bd46
commit 02b7cd71c5
3 changed files with 12 additions and 2 deletions

View file

@ -114,6 +114,7 @@ namespace transport
// for HTTP only
const NTCPServer * GetNTCPServer () const { return m_NTCPServer; };
const SSUServer * GetSSUServer () const { return m_SSUServer; };
const decltype(m_Peers)& GetPeers () const { return m_Peers; };
};
extern Transports transports;