mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-27 18:12:21 -04:00
debugging of GxsTunnel service - fixed transport layer
This commit is contained in:
parent
a29f15ae32
commit
6951d730a5
5 changed files with 91 additions and 6 deletions
|
@ -1475,6 +1475,7 @@ int RsServer::StartupRetroShare()
|
|||
pqih -> addService(ftserver,true);
|
||||
|
||||
mGxsTunnels = new p3GxsTunnelService(mGxsIdService) ;
|
||||
mGxsTunnels->connectToTurtleRouter(tr) ;
|
||||
rsGxsTunnel = mGxsTunnels;
|
||||
|
||||
rsDisc = mDisc;
|
||||
|
@ -1495,6 +1496,7 @@ int RsServer::StartupRetroShare()
|
|||
pqih -> addService(msgSrv,true);
|
||||
pqih -> addService(chatSrv,true);
|
||||
pqih -> addService(mStatusSrv,true);
|
||||
pqih -> addService(mGxsTunnels,true);
|
||||
|
||||
// set interfaces for plugins
|
||||
//
|
||||
|
@ -1515,6 +1517,8 @@ int RsServer::StartupRetroShare()
|
|||
interfaces.mPgpAuxUtils = pgpAuxUtils;
|
||||
interfaces.mGxsForums = mGxsForums;
|
||||
interfaces.mGxsChannels = mGxsChannels;
|
||||
interfaces.mGxsTunnels = mGxsTunnels;
|
||||
|
||||
mPluginsManager->setInterfaces(interfaces);
|
||||
|
||||
// now add plugin objects inside the loop:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue