
To avoid conflicts with CIM resource type OTHER the value of the resource type EMU is changed. Signed-off-by: Daniel Hansel <daniel.hansel@linux.vnet.ibm.com> --- src/svpc_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svpc_types.h b/src/svpc_types.h index 66f65e4..4600196 100644 --- a/src/svpc_types.h +++ b/src/svpc_types.h @@ -30,12 +30,12 @@ #define CIM_RES_TYPE_MEM 4 #define CIM_RES_TYPE_NET 10 #define CIM_RES_TYPE_DISK 17 -#define CIM_RES_TYPE_EMU 1 #define CIM_RES_TYPE_GRAPHICS 24 #define CIM_RES_TYPE_INPUT 13 #define CIM_RES_TYPE_UNKNOWN 1000 #define CIM_RES_TYPE_IMAGE 32768 #define CIM_RES_TYPE_CONSOLE 32769 +#define CIM_RES_TYPE_EMU 32770 #define CIM_RES_TYPE_COUNT 7 const static int cim_res_types[CIM_RES_TYPE_COUNT] = -- 1.7.9.5