mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-12-10 05:57:50 +00:00
Add KillProcessTree subroutine
This commit is contained in:
@@ -53,6 +53,13 @@ struct ILogger
|
||||
const wchar_t* format, va_list ap)=0;
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Terminate all child processes
|
||||
*
|
||||
* Implicitly called on abort condition.
|
||||
*/
|
||||
void KillProcessTree();
|
||||
|
||||
/**
|
||||
* @brief Assign calling thread a descriptive name
|
||||
* @param name Descriptive thread name
|
||||
|
||||
Reference in New Issue
Block a user