From 7a6000a68241d23c9f6f6bde47b2cfa9c18189da Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 May 2011 10:58:55 +0200 Subject: unit: make ignoring in snapshots a per unit property, instead of a per unit type property --- src/unit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index 43bbe67573..717c928075 100644 --- a/src/unit.h +++ b/src/unit.h @@ -213,6 +213,9 @@ struct Meta { /* 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; @@ -364,9 +367,6 @@ 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; -- cgit v1.2.3-54-g00ecf