[Libvirt-cim] [PATCH] Make ReferenceConfiguration a reference paramter instead of a string instance

Dan Smith danms at us.ibm.com
Wed May 7 14:25:21 UTC 2008


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1210170309 25200
# Node ID d21b04d0ee82ac63d4ceb0cfc2446fee9fd50ac7
# Parent  2b8a381e2f2abde3b3325044ef36c4a49e108425
Make ReferenceConfiguration a reference paramter instead of a string instance

NB: This will need to be updated in all the DefineSystem() tests!

Signed-off-by: Dan Smith <danms at us.ibm.com>

diff -r 2b8a381e2f2a -r d21b04d0ee82 src/Virt_VirtualSystemManagementService.c
--- a/src/Virt_VirtualSystemManagementService.c	Tue May 06 14:33:55 2008 -0700
+++ b/src/Virt_VirtualSystemManagementService.c	Wed May 07 07:25:09 2008 -0700
@@ -1371,7 +1371,7 @@ static struct method_handler DefineSyste
         .handler = define_system,
         .args = {{"SystemSettings", CMPI_instance, false},
                  {"ResourceSettings", CMPI_instanceA, false},
-                 {"ReferenceConfiguration", CMPI_string, false},
+                 {"ReferenceConfiguration", CMPI_ref, false},
                  ARG_END
         }
 };




More information about the Libvirt-cim mailing list