mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 21:04:32 -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
|
@ -41,6 +41,7 @@ extern RsPluginHandler *rsPlugins ;
|
|||
class p3Service ;
|
||||
class RsServiceControl ;
|
||||
class RsTurtle ;
|
||||
class RsGxsTunnelService ;
|
||||
class RsDht ;
|
||||
class RsDisc ;
|
||||
class RsMsgs ;
|
||||
|
@ -116,6 +117,7 @@ public:
|
|||
RsUtil::inited_ptr<PgpAuxUtils> mPgpAuxUtils;
|
||||
RsUtil::inited_ptr<RsGxsForums> mGxsForums;
|
||||
RsUtil::inited_ptr<RsGxsChannels> mGxsChannels;
|
||||
RsUtil::inited_ptr<RsGxsTunnelService> mGxsTunnels;
|
||||
};
|
||||
|
||||
class RsPlugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue