diff options
Diffstat (limited to 'block.h')
| -rw-r--r-- | block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block.h b/block.h index 0e3ff9f233..3bd4398609 100644 --- a/block.h +++ b/block.h @@ -22,7 +22,7 @@ typedef struct QEMUSnapshotInfo { /* the following fields are informative. They are not needed for the consistency of the snapshot */ char name[256]; /* user chosen name */ - uint32_t vm_state_size; /* VM state info size */ + uint64_t vm_state_size; /* VM state info size */ uint32_t date_sec; /* UTC date of the snapshot */ uint32_t date_nsec; uint64_t vm_clock_nsec; /* VM clock relative to boot */ |