added some statistics

This commit is contained in:
orignal 2014-10-13 17:03:27 -04:00
parent 3153cf4df6
commit 96e8cab8fb
4 changed files with 18 additions and 4 deletions

View file

@ -86,6 +86,7 @@ namespace stream
public:
// for HTTP only
int GetNumRemoteLeaseSets () const { return m_RemoteLeaseSets.size (); };
const decltype(m_Streams)& GetStreams () const { return m_Streams; };
};