diff options
Diffstat (limited to 'common/subprocess.h')
-rw-r--r-- | common/subprocess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/subprocess.h b/common/subprocess.h index b655fb74..6c99c8de 100644 --- a/common/subprocess.h +++ b/common/subprocess.h @@ -73,6 +73,7 @@ class Subprocess { pid_t ExecFlags(const std::vector<std::string>& cmd, uint32_t flags, const std::vector<int>& output_pipes, + const char* se_domain, const ExecCallback& callback); // Kills the running process with SIGTERM and ignores the callback. |