mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add ECIESX25519AEADRatchet session to delivery status
This commit is contained in:
parent
dd8200e8b0
commit
45145fa50a
3 changed files with 3 additions and 2 deletions
|
@ -783,7 +783,7 @@ namespace garlic
|
|||
m_DeliveryStatusSessions.erase (msgID);
|
||||
}
|
||||
|
||||
void GarlicDestination::DeliveryStatusSent (ElGamalAESSessionPtr session, uint32_t msgID)
|
||||
void GarlicDestination::DeliveryStatusSent (GarlicRoutingSessionPtr session, uint32_t msgID)
|
||||
{
|
||||
std::unique_lock<std::mutex> l(m_DeliveryStatusSessionsMutex);
|
||||
m_DeliveryStatusSessions[msgID] = session;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue