mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
- added debug ifdef to GRouter code
- switched turtle router and grouter to use service control git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7216 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
600639db51
commit
d340440998
5 changed files with 145 additions and 83 deletions
|
@ -50,7 +50,7 @@ class RsGRouterACKItem ;
|
|||
class p3GRouter: public RsGRouter, public p3Service, public p3Config
|
||||
{
|
||||
public:
|
||||
p3GRouter(p3LinkMgr *lm) ;
|
||||
p3GRouter(p3ServiceControl *sc,p3LinkMgr *lm) ;
|
||||
|
||||
//===================================================//
|
||||
// Router clients business //
|
||||
|
@ -226,7 +226,8 @@ class p3GRouter: public RsGRouter, public p3Service, public p3Config
|
|||
|
||||
// Pointers to other RS objects
|
||||
//
|
||||
p3LinkMgr *mLinkMgr ;
|
||||
p3ServiceControl *mServiceControl ;
|
||||
p3LinkMgr *mLinkMgr ;
|
||||
|
||||
// Multi-thread protection mutex.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue