diff options
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h index 4245f3cf1c..2c5cacd9e3 100644 --- a/src/unit.h +++ b/src/unit.h @@ -207,6 +207,9 @@ struct Meta { /* Allow isolation requests */ bool allow_isolate; + /* Isolate OnFailure unit */ + bool on_failure_isolate; + /* Did the last condition check suceed? */ bool condition_result; |