mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Load netDb from data directory
This commit is contained in:
parent
ca1e1c4896
commit
d87a79b226
2 changed files with 20 additions and 11 deletions
2
NetDb.h
2
NetDb.h
|
@ -76,7 +76,7 @@ namespace data
|
|||
|
||||
private:
|
||||
|
||||
bool CreateNetDb(const char * directory);
|
||||
bool CreateNetDb(boost::filesystem::path directory);
|
||||
void Load (const char * directory);
|
||||
void SaveUpdated (const char * directory);
|
||||
void Run (); // exploratory thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue