diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-02 12:50:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-02 12:50:04 +0100 |
commit | 38b48754f787e7956dc97ebae6891203358a032e (patch) | |
tree | a3c6f1064d30e6921bb2454b9bbf4e5050164313 /execute.h | |
parent | 86ad3bc1ce5a6e4d007aaa390f6f7551ff7c9696 (diff) |
execute: allow configuration of SCHED_RESET_ON_FORK
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |