diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-07 04:11:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-07 04:11:31 +0200 |
commit | 222ae6a8d7e27dd36552cb9574e63cbdfdf2d264 (patch) | |
tree | 0199f004eec3c6f6e968eee43b4e71aececad430 /src/unit.h | |
parent | 51b4af2c2833691976844a13464c1301643043d3 (diff) |
unit: introduce OnFailureIsolate=
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; |