change shared local destination upon reload

This commit is contained in:
orignal 2018-01-23 14:40:05 -05:00
parent c7db9010ad
commit 85fa728d41
2 changed files with 15 additions and 7 deletions

View file

@ -99,6 +99,8 @@ namespace client
template<typename Visitor>
void VisitTunnels (Visitor v); // Visitor: (I2PService *) -> bool, true means retain
void CreateNewSharedLocalDestination ();
private:
std::mutex m_DestinationsMutex;