diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-12 02:00:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-12 02:00:18 +0100 |
commit | 451a074fd589fd90aff91fcf89b2e599b20ae6a0 (patch) | |
tree | 9ad09f7fbda17816c591773fcbf2e4fa1729f38a /execute.h | |
parent | a625ac1a4dadf446b1ee72a6d8bafd31d0098b4f (diff) |
execute: allow configuration of O_NONBLOCK flag from .service files
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |