mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
Materialize temporary string obtained from boost path
This commit is contained in:
parent
38ebe28923
commit
490b65dfe2
4 changed files with 23 additions and 35 deletions
4
NetDb.h
4
NetDb.h
|
@ -68,8 +68,8 @@ namespace data
|
|||
private:
|
||||
|
||||
bool CreateNetDb(boost::filesystem::path directory);
|
||||
void Load (const char * directory);
|
||||
void SaveUpdated (const char * directory);
|
||||
void Load ();
|
||||
void SaveUpdated ();
|
||||
void Run (); // exploratory thread
|
||||
void Explore (int numDestinations);
|
||||
void Publish ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue