X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fexecute.h;h=4b3449e2652222179ecb47f42b638ccb6d473b21;hp=f93ab7a00ba3ddce1bac30ac29cc03206c605cdb;hb=b708e7cea941538bfd5e20ce0a723c19b7da7d1d;hpb=f1dfb62962fd25c1fba9d9479cb5df2d23e6712d diff --git a/src/execute.h b/src/execute.h index f93ab7a00..4b3449e26 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 */ };