[Libvirt-cim] [PATCH 20/20] Add type CIM_RES_TYPE_DELETED and modify type as it after resource_del

John Ferlan jferlan at redhat.com
Fri Nov 15 00:24:09 UTC 2013


From: Xu Wang <cngesaint at gmail.com>

Signed-off-by: Xu Wang <gesaint at linux.vnet.ibm.com>
---
 src/Virt_VirtualSystemManagementService.c | 2 +-
 src/svpc_types.h                          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Virt_VirtualSystemManagementService.c b/src/Virt_VirtualSystemManagementService.c
index 5c7238f..e1f7640 100644
--- a/src/Virt_VirtualSystemManagementService.c
+++ b/src/Virt_VirtualSystemManagementService.c
@@ -3032,7 +3032,7 @@ static CMPIStatus resource_del(struct domain *dominfo,
                                                       CLASSNAME(op));
                         }
 
-                        dev->type = CIM_RES_TYPE_UNKNOWN;
+                        dev->type = CIM_RES_TYPE_DELETED;
 
                         break;
                 }
diff --git a/src/svpc_types.h b/src/svpc_types.h
index 4928742..e70c16c 100644
--- a/src/svpc_types.h
+++ b/src/svpc_types.h
@@ -32,6 +32,7 @@
 #define CIM_RES_TYPE_DISK       17
 #define CIM_RES_TYPE_GRAPHICS   24
 #define CIM_RES_TYPE_INPUT      13 
+#define CIM_RES_TYPE_DELETED    999
 #define CIM_RES_TYPE_UNKNOWN    1000
 #define CIM_RES_TYPE_UNKDEV     1001
 #define CIM_RES_TYPE_IMAGE      32768 
-- 
1.8.3.1




More information about the Libvirt-cim mailing list