mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
cleanup tags on stop
This commit is contained in:
parent
3480824290
commit
e726d216bb
3 changed files with 8 additions and 0 deletions
1
Garlic.h
1
Garlic.h
|
@ -156,6 +156,7 @@ namespace garlic
|
|||
GarlicDestination (): m_NumTags (32) {}; // 32 tags by default
|
||||
~GarlicDestination ();
|
||||
|
||||
void CleanUp ();
|
||||
void SetNumTags (int numTags) { m_NumTags = numTags; };
|
||||
std::shared_ptr<GarlicRoutingSession> GetRoutingSession (std::shared_ptr<const i2p::data::RoutingDestination> destination, bool attachLeaseSet);
|
||||
void CleanupExpiredTags ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue