added: to thread manager: names of the threads
the names are shown in the log file git-svn-id: svn://ttmath.org/publicrep/winix/trunk@837 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1305,7 +1305,7 @@ void App::StartThreads()
|
||||
// special thread only for signals
|
||||
pthread_create(&signal_thread, 0, SpecialThreadForSignals, this);
|
||||
|
||||
system.thread_manager.Add(&session_manager);
|
||||
system.thread_manager.Add(&session_manager, L"session_manager");
|
||||
system.thread_manager.StartAll();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user