diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-12 02:25:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-12 03:07:01 +0200 |
commit | b708e7cea941538bfd5e20ce0a723c19b7da7d1d (patch) | |
tree | 8d98112fa0c7c4432bd2058eb1e087abad0e0dc5 /src/execute.h | |
parent | f1dfb62962fd25c1fba9d9479cb5df2d23e6712d (diff) |
execute: optionally ignore return status of invoked commands
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h index f93ab7a00b..4b3449e265 100644 --- a/src/execute.h +++ b/src/execute.h @@ -87,6 +87,7 @@ struct ExecCommand { char *path; char **argv; ExecStatus exec_status; + bool ignore; LIST_FIELDS(ExecCommand, command); /* useful for chaining commands */ }; |