refactor: Change shutdownExistingProcesses to static in MSWindowsWatchdog
This commit is contained in:
committed by
Chris Rizzitello
parent
b9017de881
commit
87fb06781c
@ -80,11 +80,6 @@ private:
|
||||
*/
|
||||
void outputLoop(void *);
|
||||
|
||||
/**
|
||||
* @brief Stops any core processes which were not started by the watchdog.
|
||||
*/
|
||||
void shutdownExistingProcesses();
|
||||
|
||||
/**
|
||||
* @brief Duplicates the process token for the given process.
|
||||
*
|
||||
@ -145,6 +140,11 @@ private:
|
||||
*/
|
||||
static std::string processStateToString(ProcessState state);
|
||||
|
||||
/**
|
||||
* @brief Stops any core processes which were not started by the watchdog.
|
||||
*/
|
||||
static void shutdownExistingProcesses();
|
||||
|
||||
private:
|
||||
Thread *m_thread = nullptr;
|
||||
bool m_running = true;
|
||||
|
||||
Reference in New Issue
Block a user