mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
fixed crash
This commit is contained in:
parent
1303dd478c
commit
5a2b795440
2 changed files with 3 additions and 2 deletions
|
@ -105,6 +105,7 @@ namespace tunnel
|
|||
bool IsFailed () const { return m_State == eTunnelStateFailed; };
|
||||
bool IsRecreated () const { return m_IsRecreated; };
|
||||
void SetIsRecreated () { m_IsRecreated = true; };
|
||||
int GetNumHops () const { return m_Hops.size (); };
|
||||
virtual bool IsInbound() const = 0;
|
||||
|
||||
std::shared_ptr<TunnelPool> GetTunnelPool () const { return m_Pool; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue