chiark / gitweb /
execute: allow configuration of O_NONBLOCK flag from .service files
[elogind.git] / execute.h
index 499b007cf155b6217d5630232d2326ff030098e4..737973dad90e8fe112e380bd11d4aa27fa1ce4da 100644 (file)
--- 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;