Add MigrationParams structure

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
This commit is contained in:
Isaku Yamahata 2012-06-19 18:43:09 +03:00 committed by Juan Quintela
parent 0ff1f9f585
commit 6607ae235b
7 changed files with 31 additions and 17 deletions

View file

@ -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>