X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=execute.h;h=04b9f6ef8b945f7eb456755e5ea8a8af55056cd4;hb=fb33a393e21a15ce3b4ac8c16d947fd9b6e77206;hp=3283e1f81580b3b5ded9240838223e31f8ec7494;hpb=071830ff32351c19343ff1f0343c13d5c2b69250;p=elogind.git diff --git a/execute.h b/execute.h index 3283e1f81..04b9f6ef8 100644 --- a/execute.h +++ b/execute.h @@ -44,9 +44,12 @@ struct ExecContext { char **environment; mode_t umask; struct rlimit *rlimit[RLIMIT_NLIMITS]; /* FIXME: load-fragment parser missing */ + char *directory; int oom_adjust; int nice; - char *directory; + + bool oom_adjust_set:1; + bool nice_set:1; ExecOutput output; int syslog_priority;