update changelog, added leaseset list to client/server tunnel pages

This commit is contained in:
atnaguzin 2016-11-12 17:49:16 +03:00
parent e1eaa2097e
commit 8676a1b4ef
4 changed files with 20 additions and 2 deletions

View file

@ -143,6 +143,7 @@ namespace client
// for HTTP only
int GetNumRemoteLeaseSets () const { return m_RemoteLeaseSets.size (); };
const decltype(m_RemoteLeaseSets)& GetLeaseSets () const { return m_RemoteLeaseSets; };
};
class ClientDestination: public LeaseSetDestination