mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
publish
This commit is contained in:
parent
411ac5b898
commit
ce722e7a5e
2 changed files with 21 additions and 4 deletions
1
NetDb.h
1
NetDb.h
|
@ -82,6 +82,7 @@ namespace data
|
|||
void SaveUpdated (const char * directory);
|
||||
void Run (); // exploratory thread
|
||||
void Explore ();
|
||||
void Publish ();
|
||||
const RouterInfo * GetClosestFloodfill (const IdentHash& destination, const std::set<IdentHash>& excluded) const;
|
||||
|
||||
RequestedDestination * CreateRequestedDestination (const IdentHash& dest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue