- Exported ServiceInfoCompatible for GUI usage.

- Set the rsServiceControl variable.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7197 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-03-22 06:28:59 +00:00
parent 83a78bcaee
commit 3ecf4a0858
4 changed files with 24 additions and 2 deletions

View file

@ -1223,6 +1223,7 @@ int RsServer::StartupRetroShare()
/**************************** BITDHT ***********************************/
p3ServiceControl *serviceCtrl = new p3ServiceControl(0);
rsServiceControl = serviceCtrl;
SecurityPolicy *none = secpolicy_create();
pqih = new pqisslpersongrp(serviceCtrl, none, flags, mPeerMgr);