X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=717c928075589f860152f0d91ea99c773d65ddb6;hb=7a6000a68241d23c9f6f6bde47b2cfa9c18189da;hp=2c5cacd9e31a4b681dbf3b48bff1e8d14cb6195f;hpb=222ae6a8d7e27dd36552cb9574e63cbdfdf2d264;p=elogind.git diff --git a/src/unit.h b/src/unit.h index 2c5cacd9e..717c92807 100644 --- a/src/unit.h +++ b/src/unit.h @@ -210,6 +210,12 @@ struct Meta { /* Isolate OnFailure unit */ bool on_failure_isolate; + /* Ignore this unit when isolating */ + bool ignore_on_isolate; + + /* Ignore this unit when snapshotting */ + bool ignore_on_snapshot; + /* Did the last condition check suceed? */ bool condition_result; @@ -361,15 +367,9 @@ struct UnitVTable { /* Instances make no sense for this type */ bool no_instances:1; - /* Exclude this type from snapshots */ - bool no_snapshots:1; - /* 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; };