chiark / gitweb /
shutdown: Don't skip bind mounts on shutdown
[elogind.git] / src / core / execute.h
index fc4c71e534c3d47695ae22125377cf9805f7bcd2..03c63d465a10950636264b060f9502635d11e0c3 100644 (file)
@@ -192,6 +192,8 @@ int exec_spawn(ExecCommand *command,
                bool confirm_spawn,
                struct CGroupBonding *cgroup_bondings,
                struct CGroupAttribute *cgroup_attributes,
+               const char *cgroup_suffix,
+               int pipe_fd[2],
                pid_t *ret);
 
 void exec_command_done(ExecCommand *c);