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:
csoler 2014-04-19 15:52:06 +00:00
parent 0c224b014d
commit 11e370c56d
2 changed files with 8 additions and 3 deletions

View file

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