mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
pass msgID to HandleDeliveryStatus
This commit is contained in:
parent
5337aa10f7
commit
a335841509
4 changed files with 10 additions and 10 deletions
|
@ -206,7 +206,7 @@ namespace garlic
|
|||
protected:
|
||||
|
||||
void HandleGarlicMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void HandleDeliveryStatusMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void HandleDeliveryStatusMessage (uint32_t msgID);
|
||||
|
||||
void SaveTags ();
|
||||
void LoadTags ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue