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:
@@ -87,13 +87,13 @@ void System::Init()
|
||||
image.SetDb(db);
|
||||
image.SetConfig(config);
|
||||
image.SetSystem(this);
|
||||
thread_manager.Add(&image);
|
||||
thread_manager.Add(&image, L"image");
|
||||
|
||||
crypt.SetConfig(config);
|
||||
|
||||
// SetSynchro will be called by ThreadManager itself
|
||||
// job.ReadFromFile();
|
||||
thread_manager.Add(&job);
|
||||
thread_manager.Add(&job, L"job");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user