mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 04:52:37 -04:00
fixed autoWash() method in p3turtle.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6447 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2db6d74b76
commit
5e319b1261
2 changed files with 27 additions and 26 deletions
|
@ -342,7 +342,7 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
|
|||
/// The hashes and peers to remove (by calling
|
||||
/// ftController::removeFileSource() are happended to the supplied vector
|
||||
/// so that they can be removed off the turtle mutex.
|
||||
void locked_closeTunnel(TurtleTunnelId tid,std::vector<std::pair<TurtleFileHash,TurtleVirtualPeerId> >& peers_to_remove) ;
|
||||
void locked_closeTunnel(TurtleTunnelId tid,std::vector<std::pair<RsTurtleClientService*,std::pair<TurtleFileHash,TurtleVirtualPeerId> > >& peers_to_remove) ;
|
||||
|
||||
/// Main routing function
|
||||
int handleIncoming();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue