mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
detach tunnles from poll
This commit is contained in:
parent
f34680134a
commit
2ab597be20
3 changed files with 14 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue