load local destinations

This commit is contained in:
orignal 2014-07-13 08:25:30 -04:00
parent 67c9e68559
commit 8dc06ec391
2 changed files with 42 additions and 7 deletions

View file

@ -175,6 +175,7 @@ namespace stream
private:
void Run ();
void LoadLocalDestinations ();
void PostNextPacket (i2p::data::IdentHash destination, Packet * packet);
private: