X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fexecute.h;h=d5fb61ba265e6fad9a63a96259db1531327d58e5;hp=b376e36a7aacaae720b20e6cdaa99d10b0d74e4a;hb=ab1f063390f55e14a8de87f21c4fad199eb908a6;hpb=5ed27dbdbfe866810a52ff8225bcf61590861823 diff --git a/src/execute.h b/src/execute.h index b376e36a7..d5fb61ba2 100644 --- a/src/execute.h +++ b/src/execute.h @@ -35,6 +35,7 @@ typedef struct ExecContext ExecContext; #include struct CGroupBonding; +struct CGroupAttribute; #include "list.h" #include "util.h" @@ -187,6 +188,7 @@ int exec_spawn(ExecCommand *command, bool apply_tty_stdin, bool confirm_spawn, struct CGroupBonding *cgroup_bondings, + struct CGroupAttribute *cgroup_attributes, pid_t *ret); void exec_command_done(ExecCommand *c);