
10 Dec
2007
10 Dec
'07
7:26 p.m.
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1197311334 28800 # Node ID 3515a63e76897dec28f1543f9ce7172e5bae567d # Parent 70e9f11ed6d3ea63b342c4c3de68cc948d7c1cfd Add MigrationJob schema Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r 70e9f11ed6d3 -r 3515a63e7689 schema/VSMigrationService.mof --- a/schema/VSMigrationService.mof Mon Dec 10 08:54:08 2007 -0800 +++ b/schema/VSMigrationService.mof Mon Dec 10 10:28:54 2007 -0800 @@ -33,6 +33,9 @@ class CIM_VirtualSystemMigrationService }; +class Virt_MigrationJob : CIM_ConcreteJob { +}; + class Xen_VirtualSystemMigrationService : CIM_VirtualSystemMigrationService { };