mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 03:36:58 -04:00
Merge pull request #744 from RetroPooh/tunnel-names
transfers - add peer names for turtle routed sources
This commit is contained in:
commit
cbeefda151
4 changed files with 28 additions and 2 deletions
|
@ -129,6 +129,8 @@ class RsTurtle
|
|||
///
|
||||
virtual void registerTunnelService(RsTurtleClientService *service) = 0;
|
||||
|
||||
virtual std::string getPeerNameForVirtualPeerId(const RsPeerId& virtual_peer_id) = 0;
|
||||
|
||||
// Get info from the turtle router. I use std strings to hide the internal structs.
|
||||
//
|
||||
virtual void getInfo(std::vector<std::vector<std::string> >&,std::vector<std::vector<std::string> >&,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue