summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-02 12:50:04 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-02 12:50:04 +0100
commit38b48754f787e7956dc97ebae6891203358a032e (patch)
treea3c6f1064d30e6921bb2454b9bbf4e5050164313 /execute.h
parent86ad3bc1ce5a6e4d007aaa390f6f7551ff7c9696 (diff)
execute: allow configuration of SCHED_RESET_ON_FORK
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 09e436797..4f700efd4 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;