[Libvirt-cim] [PATCH 2 of 4] Add migration types to VSMigrationSettingData.h

Heidi Eckhart heidieck at linux.vnet.ibm.com
Wed Feb 27 11:47:36 UTC 2008


Kaitlin Rupert wrote:
> -        uint16_t type = 3;  /* Use live migration as default */
> +        uint16_t type = CIM_MIGRATE_LIVE;
> ...
> +enum {CIM_MIGRATE_OTHER = 1,
> +      CIM_MIGRATE_LIVE = 2,
> +      CIM_MIGRATE_RESUME = 3,
> +      CIM_MIGRATE_RESTART = 4,
> +} migration_type;
> +
>  
What is now correct ? MIGRATE_LIVE 2 or 3 ?

-- 
Regards

Heidi Eckhart
Software Engineer
IBM Linux Technology Center - Open Hypervisor




More information about the Libvirt-cim mailing list