re-create expired tunnels

This commit is contained in:
orignal 2014-08-08 22:44:33 -04:00
parent 58fdae92c0
commit 1a72292b8f
3 changed files with 48 additions and 3 deletions

View file

@ -48,6 +48,8 @@ namespace tunnel
void CreateInboundTunnel ();
void CreateOutboundTunnel ();
void RecreateInboundTunnel (InboundTunnel * tunnel);
void RecreateOutboundTunnel (OutboundTunnel * tunnel);
template<class TTunnels>
typename TTunnels::value_type GetNextTunnel (TTunnels& tunnels);