mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 09:35:32 -04:00
changed function name addDistantPeer to locked_addDistantPeer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3899 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f5bfc8c92a
commit
9bb5f304b7
2 changed files with 7 additions and 9 deletions
|
@ -313,7 +313,7 @@ class p3turtle: public p3Service, public pqiMonitor, public RsTurtle,/* public f
|
|||
TurtleRequestId diggTunnel(const TurtleFileHash& hash) ;
|
||||
|
||||
/// adds info related to a new virtual peer.
|
||||
void addDistantPeer(const TurtleFileHash&, TurtleTunnelId) ;
|
||||
void locked_addDistantPeer(const TurtleFileHash&, TurtleTunnelId) ;
|
||||
|
||||
/// estimates the speed of the traffic into tunnels.
|
||||
void estimateTunnelSpeeds() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue