shutdown and graceful shutdown through I2PControl

This commit is contained in:
orignal 2015-01-09 22:27:52 -05:00
parent 70b6c024bf
commit 912146b1c9
4 changed files with 64 additions and 6 deletions

View file

@ -123,6 +123,7 @@ namespace tunnel
OutboundTunnel * GetNextOutboundTunnel ();
TunnelPool * GetExploratoryPool () const { return m_ExploratoryPool; };
TransitTunnel * GetTransitTunnel (uint32_t tunnelID);
int GetTransitTunnelsExpirationTimeout ();
void AddTransitTunnel (TransitTunnel * tunnel);
void AddOutboundTunnel (OutboundTunnel * newTunnel);
void AddInboundTunnel (InboundTunnel * newTunnel);