X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=execute.h;h=4f700efd4623c3ddd9f1d7e5e895979d33944d3f;hb=911081dde7ec28b28bfed7e08ab901158c18712d;hp=51c2c0076085f50380a883755159b83d4dc306b1;hpb=7d55e83536b296d452829d87a93c86f867859cba;p=elogind.git diff --git a/execute.h b/execute.h index 51c2c0076..4f700efd4 100644 --- a/execute.h +++ b/execute.h @@ -18,7 +18,7 @@ typedef struct ExecContext ExecContext; #include "util.h" /* Abstract namespace! */ -#define LOGGER_SOCKET "/systemd/logger" +#define LOGGER_SOCKET "/org/freedesktop.org/systemd1/logger" typedef enum ExecOutput { EXEC_OUTPUT_CONSOLE, @@ -70,6 +70,8 @@ struct ExecContext { bool cpu_affinity_set:1; bool timer_slack_ns_set:1; + bool cpu_sched_reset_on_fork; + ExecInput input; ExecOutput output; int syslog_priority;