add client/transit tunnel count in webui

This commit is contained in:
Jeff Becker 2016-03-02 10:05:26 -05:00
parent 9378668e52
commit 1dc6cec1aa
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
3 changed files with 22 additions and 22 deletions

View file

@ -202,10 +202,10 @@ namespace tunnel
const decltype(m_InboundTunnels)& GetInboundTunnels () const { return m_InboundTunnels; };
const decltype(m_TransitTunnels)& GetTransitTunnels () const { return m_TransitTunnels; };
size_t CountTransitTunnels();
size_t CountInboundTunnels();
size_t CountOutboundTunnels();
size_t CountTransitTunnels();
size_t CountInboundTunnels();
size_t CountOutboundTunnels();
int GetQueueSize () { return m_Queue.GetSize (); };
int GetTunnelCreationSuccessRate () const // in percents
{