transfers - add peer names for turtle routed sources

This commit is contained in:
RetroPooh 2017-03-10 09:27:46 +03:00
parent cf2edb50b4
commit 6a2181ca14
4 changed files with 28 additions and 2 deletions

View file

@ -275,6 +275,8 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
///
virtual void registerTunnelService(RsTurtleClientService *service) ;
virtual std::string getPeerNameForVirtualPeerId(const RsPeerId& virtual_peer_id);
/// get info about tunnels
virtual void getInfo(std::vector<std::vector<std::string> >&,
std::vector<std::vector<std::string> >&,