chiark / gitweb /
execute: optionally ignore return status of invoked commands
[elogind.git] / src / execute.h
index f93ab7a00ba3ddce1bac30ac29cc03206c605cdb..4b3449e2652222179ecb47f42b638ccb6d473b21 100644 (file)
@@ -87,6 +87,7 @@ struct ExecCommand {
         char *path;
         char **argv;
         ExecStatus exec_status;
+        bool ignore;
         LIST_FIELDS(ExecCommand, command); /* useful for chaining commands */
 };