diff options
Diffstat (limited to 'migration/qemu-file-internal.h')
-rw-r--r-- | migration/qemu-file-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/qemu-file-internal.h b/migration/qemu-file-internal.h index d95e8538e7..8fdfa95234 100644 --- a/migration/qemu-file-internal.h +++ b/migration/qemu-file-internal.h @@ -33,6 +33,7 @@ struct QEMUFile { const QEMUFileOps *ops; + const QEMUFileHooks *hooks; void *opaque; int64_t bytes_xfer; |