From 6ec1117a7416a999d588abf68a599b8bfd965ccd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 1 Jul 2010 03:39:55 +0200 Subject: snapshot: ensure that snapshots cannot be created unless with create_snapshot --- src/snapshot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/snapshot.h') 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; -- cgit v1.2.3-54-g00ecf