summaryrefslogtreecommitdiff
path: root/src/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/execute.h')
-rw-r--r--src/execute.h1
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 */
};