mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
change shared local destination upon reload
This commit is contained in:
parent
c7db9010ad
commit
85fa728d41
2 changed files with 15 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue