summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-12 02:00:18 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-12 02:00:18 +0100
commit451a074fd589fd90aff91fcf89b2e599b20ae6a0 (patch)
tree9ad09f7fbda17816c591773fcbf2e4fa1729f38a /execute.h
parenta625ac1a4dadf446b1ee72a6d8bafd31d0098b4f (diff)
execute: allow configuration of O_NONBLOCK flag from .service files
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h1
1 files changed, 1 insertions, 0 deletions
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;