
# HG changeset patch # User Richard Maciel <rmaciel@linux.vnet.ibm.com> # Date 1239995297 10800 # Node ID c53de56e085d9ab893b5ef518dbcc4ccb9795531 # Parent 146ed7d63fbbc2edc78660ddc6ecc393ee61739c This patches changes the value of the constant representing LogicalDisk resource type from 17 to its correct value 31 Signed-off-by: Richard Maciel <rmaciel@linux.vnet.ibm.com> diff -r 146ed7d63fbb -r c53de56e085d src/svpc_types.h --- a/src/svpc_types.h Thu Apr 16 11:20:21 2009 -0700 +++ b/src/svpc_types.h Fri Apr 17 16:08:17 2009 -0300 @@ -26,7 +26,7 @@ #define CIM_RES_TYPE_PROC 3 #define CIM_RES_TYPE_MEM 4 #define CIM_RES_TYPE_NET 10 -#define CIM_RES_TYPE_DISK 17 +#define CIM_RES_TYPE_DISK 31 #define CIM_RES_TYPE_EMU 1 #define CIM_RES_TYPE_GRAPHICS 24 #define CIM_RES_TYPE_INPUT 13