summaryrefslogtreecommitdiff
path: root/src/snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapshot.h')
-rw-r--r--src/snapshot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapshot.h b/src/snapshot.h
index 959a5090ec..2561790639 100644
--- a/src/snapshot.h
+++ b/src/snapshot.h
@@ -39,6 +39,7 @@ struct Snapshot {
SnapshotState state, deserialized_state;
bool cleanup;
+ bool by_snapshot_create:1;
};
extern const UnitVTable snapshot_vtable;