mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
ability post LeaseSet update to destination's thread
This commit is contained in:
parent
fe71776b6f
commit
bc9d25ec3b
5 changed files with 9 additions and 6 deletions
|
@ -897,7 +897,7 @@ namespace garlic
|
|||
}
|
||||
}
|
||||
|
||||
void GarlicDestination::SetLeaseSetUpdated ()
|
||||
void GarlicDestination::SetLeaseSetUpdated (bool post)
|
||||
{
|
||||
{
|
||||
std::unique_lock<std::mutex> l(m_SessionsMutex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue