X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=43bbe6757363ec18881d95c7db0a121d086a3a7b;hb=ac3f50caa50835a429fc59d9168799bbb6e24fb9;hp=2c5cacd9e31a4b681dbf3b48bff1e8d14cb6195f;hpb=222ae6a8d7e27dd36552cb9574e63cbdfdf2d264;p=elogind.git diff --git a/src/unit.h b/src/unit.h index 2c5cacd9e..43bbe6757 100644 --- a/src/unit.h +++ b/src/unit.h @@ -210,6 +210,9 @@ struct Meta { /* 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; @@ -367,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; };