diff options
Diffstat (limited to 'src/snapshot.c')
-rw-r--r-- | src/snapshot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapshot.c b/src/snapshot.c index 270dc4f252..161629d983 100644 --- a/src/snapshot.c +++ b/src/snapshot.c @@ -282,6 +282,7 @@ DEFINE_STRING_TABLE_LOOKUP(snapshot_state, SnapshotState); const UnitVTable snapshot_vtable = { .suffix = ".snapshot", + .object_size = sizeof(Snapshot), .no_alias = true, .no_instances = true, |