mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fixed non working tunneling system, due to wrong service id used to query online peers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7283 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0c224b014d
commit
11e370c56d
2 changed files with 8 additions and 3 deletions
|
@ -430,6 +430,10 @@ class p3turtle: public p3Service, public RsTurtle, public p3Config
|
|||
bool _turtle_routing_enabled ;
|
||||
bool _turtle_routing_session_enabled ;
|
||||
|
||||
// p3ServiceControl service type
|
||||
|
||||
uint32_t _service_type ;
|
||||
|
||||
#ifdef P3TURTLE_DEBUG
|
||||
// debug function
|
||||
void dumpState() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue