mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-14 13:03:10 +01:00
add single tag from destination's tread
This commit is contained in:
parent
d1cca92459
commit
b7d1b74ffa
5 changed files with 31 additions and 3 deletions
1
Garlic.h
1
Garlic.h
|
@ -110,6 +110,7 @@ namespace garlic
|
|||
I2NPMessage * msg, bool attachLeaseSet = false);
|
||||
|
||||
void AddSessionKey (const uint8_t * key, const uint8_t * tag); // one tag
|
||||
virtual bool SubmitSessionKey (const uint8_t * key, const uint8_t * tag); // from different thread
|
||||
void DeliveryStatusSent (GarlicRoutingSession * session, uint32_t msgID);
|
||||
|
||||
virtual void ProcessGarlicMessage (I2NPMessage * msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue