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:
csoler 2013-06-20 19:12:33 +00:00
parent 2db6d74b76
commit 5e319b1261
2 changed files with 27 additions and 26 deletions

View file

@ -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();