mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-14 00:55:46 -04:00
* Added second (temporary) switch to turtle.
* Use session switch for OperatingMode. * made OperatingMode temporary - not saved. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5895 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
80dfa620b2
commit
90415627a2
6 changed files with 70 additions and 4 deletions
|
@ -223,6 +223,11 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
|
|||
virtual void setEnabled(bool) ;
|
||||
virtual bool enabled() const ;
|
||||
|
||||
// This is temporary, used by Operating Mode.
|
||||
// Turtle operates when both enabled() && sessionEnabled() are true.
|
||||
virtual void setSessionEnabled(bool);
|
||||
virtual bool sessionEnabled() const;
|
||||
|
||||
// Lauches a search request through the pipes, and immediately returns
|
||||
// the request id, which will be further used by the gui to store results
|
||||
// as they come back.
|
||||
|
@ -431,6 +436,7 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
|
|||
|
||||
float _max_tr_up_rate ;
|
||||
bool _turtle_routing_enabled ;
|
||||
bool _turtle_routing_session_enabled ;
|
||||
|
||||
#ifdef P3TURTLE_DEBUG
|
||||
// debug function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue