diff options
author | Isaku Yamahata | 2012-06-19 17:43:09 +0200 |
---|---|---|
committer | Juan Quintela | 2012-06-29 13:18:21 +0200 |
commit | 6607ae235bbc8c8c23159c21f545e7622489a236 (patch) | |
tree | 1139888b50b29d219e0c7418d62aaa3dfb60227d /qemu-common.h | |
parent | Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_... (diff) | |
download | qemu-6607ae235bbc8c8c23159c21f545e7622489a236.tar.gz qemu-6607ae235bbc8c8c23159c21f545e7622489a236.tar.xz qemu-6607ae235bbc8c8c23159c21f545e7622489a236.zip |
Add MigrationParams structure
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h index 9d9e603c6e..c8c6b2ae35 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -17,6 +17,7 @@ typedef struct DeviceState DeviceState; struct Monitor; typedef struct Monitor Monitor; +typedef struct MigrationParams MigrationParams; /* we put basic includes here to avoid repeating them in device drivers */ #include <stdlib.h> |