diff options
Diffstat (limited to 'src/snapshot.h')
-rw-r--r-- | src/snapshot.h | 1 |
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; |