introduce thread naming

This commit is contained in:
sehraf 2016-06-01 14:58:12 +02:00
parent cbef01451c
commit b3fece25da
4 changed files with 26 additions and 9 deletions

View file

@ -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;