From 38b48754f787e7956dc97ebae6891203358a032e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Feb 2010 12:50:04 +0100 Subject: execute: allow configuration of SCHED_RESET_ON_FORK --- execute.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'execute.h') 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; -- cgit v1.2.3-54-g00ecf