File tree Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ ResourceManager::ResourceManager()
120
120
detection_percent = 100 ;
121
121
detection_string = " " ;
122
122
detection_is_required = false ;
123
+ DetectDevicesThread = nullptr ;
123
124
dynamic_detectors_processed = false ;
124
125
init_finished = false ;
125
126
background_thread_running = true ;
Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ class ResourceManager: public ResourceManagerInterface
291
291
| Detection Thread and Detection State |
292
292
\*-------------------------------------------------------------------------------------*/
293
293
std::thread * DetectDevicesThread;
294
+ std::thread * DetectDevicesThread; // Used for rescan
294
295
std::mutex DetectDeviceMutex;
295
296
std::function<void ()> ScheduledBackgroundFunction;
296
297
std::mutex BackgroundThreadStateMutex;
You can’t perform that action at this time.
0 commit comments