X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=989373f4818f20a9c40c364dccd5fdb32cee312e;hb=ea18a4b57e2bb94af7b3ecb7abdaec40e9f485f0;hp=5143fcaa5899ea1de5b794387807ddf6de2f3e7a;hpb=613b411c947635136637f8cdd66b94512f761eab;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index 5143fcaa5..989373f48 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -38,8 +38,6 @@ typedef struct ExecRuntime ExecRuntime; #include "util.h" #include "fdset.h" -typedef struct Unit Unit; - typedef enum ExecInput { EXEC_INPUT_NULL, EXEC_INPUT_TTY, @@ -183,6 +181,7 @@ int exec_spawn(ExecCommand *command, CGroupControllerMask cgroup_mask, const char *cgroup_path, const char *unit_id, + usec_t watchdog_usec, int pipe_fd[2], ExecRuntime *runtime, pid_t *ret);