show SSU sessions

This commit is contained in:
orignal 2014-02-24 22:28:28 -05:00
parent 2ac36b1d31
commit 303855f59a
3 changed files with 17 additions and 1 deletions

View file

@ -58,6 +58,7 @@ namespace i2p
// for HTTP only
const decltype(m_NTCPSessions)& GetNTCPSessions () const { return m_NTCPSessions; };
const i2p::ssu::SSUServer * GetSSUServer () const { return m_SSUServer; };
};
extern Transports transports;