mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Refactored code to Reseed module
This commit is contained in:
parent
1b089ca5e6
commit
a03bf89190
3 changed files with 63 additions and 39 deletions
1
Reseed.h
1
Reseed.h
|
@ -21,6 +21,7 @@ namespace data
|
|||
|
||||
Reseeder();
|
||||
~Reseeder();
|
||||
void Bootstrap ();
|
||||
int ReseedFromServers ();
|
||||
int ReseedFromSU3Url (const std::string& url);
|
||||
int ProcessSU3File (const char * filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue