diff options
Diffstat (limited to 'src/snapshot.h')
-rw-r--r-- | src/snapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapshot.h b/src/snapshot.h index 9a305204b9..bf92e99a8b 100644 --- a/src/snapshot.h +++ b/src/snapshot.h @@ -34,7 +34,7 @@ typedef enum SnapshotState { } SnapshotState; struct Snapshot { - Meta meta; + Unit meta; SnapshotState state, deserialized_state; |