add static thread names

This commit is contained in:
sehraf 2016-06-01 16:18:19 +02:00
parent 5b67654530
commit f16ee97093
7 changed files with 10 additions and 10 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("RS ctrl module");
start("resapi ctrl mod");
else
mRunState = RUNNING_OK_NO_FULL_CONTROL;