X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=43bbe6757363ec18881d95c7db0a121d086a3a7b;hb=796ba5549416b8a2c037da1d40fa76cb1a53f5df;hp=4245f3cf1ca7875b6963fd2566169d98d74f3b30;hpb=f6a6225e414858ff222d2b175369cc42459abf9a;p=elogind.git diff --git a/src/unit.h b/src/unit.h index 4245f3cf1..43bbe6757 100644 --- a/src/unit.h +++ b/src/unit.h @@ -207,6 +207,12 @@ struct Meta { /* Allow isolation requests */ bool allow_isolate; + /* Isolate OnFailure unit */ + bool on_failure_isolate; + + /* Ignore this unit when isolating */ + bool ignore_on_isolate; + /* Did the last condition check suceed? */ bool condition_result; @@ -364,9 +370,6 @@ struct UnitVTable { /* Exclude from automatic gc */ bool no_gc:1; - /* Exclude from stopping on isolation requests */ - bool no_isolate:1; - /* Show status updates on the console */ bool show_status:1; };