mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
migration: Make state definitions local
Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
7073693bfb
commit
7dc688ed71
2 changed files with 8 additions and 8 deletions
|
@ -18,14 +18,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "notify.h"
|
||||
|
||||
enum {
|
||||
MIG_STATE_ERROR,
|
||||
MIG_STATE_SETUP,
|
||||
MIG_STATE_CANCELLED,
|
||||
MIG_STATE_ACTIVE,
|
||||
MIG_STATE_COMPLETED,
|
||||
};
|
||||
|
||||
typedef struct MigrationState MigrationState;
|
||||
|
||||
struct MigrationState
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue