mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fxied race condition
This commit is contained in:
parent
923b64eb48
commit
8492e87d29
2 changed files with 25 additions and 35 deletions
3
NetDb.h
3
NetDb.h
|
@ -104,9 +104,6 @@ namespace data
|
|||
void ManageLeaseSets ();
|
||||
void ManageRequests ();
|
||||
|
||||
std::unique_ptr<RequestedDestination>& CreateRequestedDestination (const IdentHash& dest, bool isExploratory = false);
|
||||
void DeleteRequestedDestination (IdentHash ident);
|
||||
|
||||
template<typename Filter>
|
||||
std::shared_ptr<const RouterInfo> GetRandomRouter (Filter filter) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue