mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
detach tunnles from poll
This commit is contained in:
@@ -49,7 +49,8 @@ namespace tunnel
|
||||
void ProcessDeliveryStatus (I2NPMessage * msg);
|
||||
|
||||
bool IsDeleted () const { return m_IsDeleted; };
|
||||
void SetDeleted () { m_IsDeleted = true; }
|
||||
void SetDeleted () { m_IsDeleted = true; };
|
||||
void DetachTunnels ();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user