mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 06:20:44 -04:00
add names to gxs threads
This commit is contained in:
parent
bc23c2f7b9
commit
f9d4a0cbfb
3 changed files with 17 additions and 17 deletions
|
@ -71,9 +71,9 @@ void RsServer::ConfigFinalSave()
|
|||
mConfigMgr->completeConfiguration();
|
||||
}
|
||||
|
||||
void RsServer::startServiceThread(RsTickingThread *t)
|
||||
void RsServer::startServiceThread(RsTickingThread *t, const std::string &threadName)
|
||||
{
|
||||
t->start() ;
|
||||
t->start(threadName) ;
|
||||
mRegisteredServiceThreads.push_back(t) ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue