mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
introduce thread naming
This commit is contained in:
parent
cbef01451c
commit
b3fece25da
4 changed files with 26 additions and 9 deletions
|
@ -30,7 +30,7 @@ RsControlModule::RsControlModule(int argc, char **argv, StateTokenServer* sts, A
|
|||
this->argv = argv;
|
||||
// start worker thread
|
||||
if(full_control)
|
||||
start();
|
||||
start("RS ctrl module");
|
||||
else
|
||||
mRunState = RUNNING_OK_NO_FULL_CONTROL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue