From 451a074fd589fd90aff91fcf89b2e599b20ae6a0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Feb 2010 02:00:18 +0100 Subject: execute: allow configuration of O_NONBLOCK flag from .service files --- execute.h | 1 + 1 file changed, 1 insertion(+) (limited to 'execute.h') diff --git a/execute.h b/execute.h index 499b007cf1..737973dad9 100644 --- a/execute.h +++ b/execute.h @@ -90,6 +90,7 @@ struct ExecContext { bool timer_slack_ns_set:1; bool cpu_sched_reset_on_fork; + bool non_blocking; ExecInput input; ExecOutput output; -- cgit v1.2.3-54-g00ecf