chiark / gitweb /
Merge remote branch 'kay/master'
[elogind.git] / execute.h
index 51c2c0076085f50380a883755159b83d4dc306b1..4f700efd4623c3ddd9f1d7e5e895979d33944d3f 100644 (file)
--- 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;