diff options
Diffstat (limited to 'src/zencompute/runners/windowsrunner.h')
| -rw-r--r-- | src/zencompute/runners/windowsrunner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencompute/runners/windowsrunner.h b/src/zencompute/runners/windowsrunner.h index 9f2385cc4..adeaf02fc 100644 --- a/src/zencompute/runners/windowsrunner.h +++ b/src/zencompute/runners/windowsrunner.h @@ -46,6 +46,7 @@ private: bool m_Sandboxed = false; PSID m_AppContainerSid = nullptr; std::wstring m_AppContainerName; + HANDLE m_JobObject = nullptr; }; } // namespace zen::compute |