chiark / gitweb /
journalctl: allow globbing in --unit and --user-unit
[elogind.git] / src / core / execute.h
index 5143fcaa5899ea1de5b794387807ddf6de2f3e7a..989373f4818f20a9c40c364dccd5fdb32cee312e 100644 (file)
@@ -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);