improve exploratory

This commit is contained in:
orignal 2014-02-11 22:19:51 -05:00
parent f8d105551f
commit 103be652ab
2 changed files with 29 additions and 10 deletions

View file

@ -87,6 +87,7 @@ namespace data
RequestedDestination * CreateRequestedDestination (const IdentHash& dest,
bool isLeaseSet, bool isExploratory = false);
void DeleteRequestedDestination (const IdentHash& dest);
void DeleteRequestedDestination (RequestedDestination * dest);
private: