mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
shutdown and graceful shutdown through I2PControl
This commit is contained in:
parent
70b6c024bf
commit
912146b1c9
4 changed files with 64 additions and 6 deletions
1
Tunnel.h
1
Tunnel.h
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue