summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/execute.h b/execute.h
index 09e4367974..4f700efd46 100644
--- 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;