| 922 | } |
| 923 | |
| 924 | void GarlicDestination::SetLeaseSetUpdated (bool post) |
| 925 | { |
| 926 | { |
| 927 | std::unique_lock<std::mutex> l(m_SessionsMutex); |
| 928 | for (auto& it: m_Sessions) |
| 929 | it.second->SetLeaseSetUpdated (); |
| 930 | } |
| 931 | for (auto& it: m_ECIESx25519Sessions) |
| 932 | it.second->SetLeaseSetUpdated (); |
| 933 | } |
| 934 | |
| 935 | void GarlicDestination::ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg) |
| 936 | { |
no outgoing calls