Revision 7dc688ed migration.h

b/migration.h
18 18
#include "qemu-common.h"
19 19
#include "notify.h"
20 20

  
21
enum {
22
    MIG_STATE_ERROR,
23
    MIG_STATE_SETUP,
24
    MIG_STATE_CANCELLED,
25
    MIG_STATE_ACTIVE,
26
    MIG_STATE_COMPLETED,
27
};
28

  
29 21
typedef struct MigrationState MigrationState;
30 22

  
31 23
struct MigrationState

Also available in: Unified diff