commit | 6607ae235bbc8c8c23159c21f545e7622489a236 | [log] [tgz] |
---|---|---|
author | Isaku Yamahata <yamahata@valinux.co.jp> | Tue Jun 19 18:43:09 2012 +0300 |
committer | Juan Quintela <quintela@redhat.com> | Fri Jun 29 13:18:21 2012 +0200 |
tree | 1139888b50b29d219e0c7418d62aaa3dfb60227d | |
parent | 0ff1f9f585712684dc46cb6cb6a46a8cc160b2ae [diff] [blame] |
Add MigrationParams structure Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
diff --git a/qemu-common.h b/qemu-common.h index 9d9e603..c8c6b2a 100644 --- a/qemu-common.h +++ b/qemu-common.h
@@ -17,6 +17,7 @@ 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>