show streams from all streaming destinations

This commit is contained in:
orignal 2016-04-04 22:17:04 -04:00
parent 97afa502c5
commit 941f30d1ea
3 changed files with 26 additions and 11 deletions

View file

@ -159,6 +159,7 @@ namespace client
// for HTTP only
int GetNumRemoteLeaseSets () const { return m_RemoteLeaseSets.size (); };
std::vector<std::shared_ptr<const i2p::stream::Stream> > GetAllStreams () const;
};
}
}