chiark / gitweb /
execute: allow configuration of SCHED_RESET_ON_FORK
[elogind.git] / execute.h
index 09e4367974da05e945c811f78f326ac1b3ee90f5..4f700efd4623c3ddd9f1d7e5e895979d33944d3f 100644 (file)
--- a/execute.h
+++ b/execute.h
@@ -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;