X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=03c63d465a10950636264b060f9502635d11e0c3;hb=7c49259fc8f63ade6cb212a43477d7030aaaf423;hp=fc4c71e534c3d47695ae22125377cf9805f7bcd2;hpb=5430f7f2bc7330f3088b894166bf3524a067e3d8;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index fc4c71e53..03c63d465 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -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);