manage non-reponded database requests

This commit is contained in:
orignal 2014-12-24 11:20:38 -05:00
parent afd69e4afd
commit 78c06bdd22
2 changed files with 52 additions and 13 deletions

View file

@ -94,9 +94,10 @@ namespace data
void Load (const char * directory);
void SaveUpdated (const char * directory);
void Run (); // exploratory thread
void Explore (int numDestinations);
void Explore (int numDestinations);
void Publish ();
void ManageLeaseSets ();
void ManageRequests ();
RequestedDestination * CreateRequestedDestination (const IdentHash& dest,
bool isLeaseSet, bool isExploratory = false, i2p::tunnel::TunnelPool * pool = nullptr);