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

# HG changeset patch # User Dan Smith <danms@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@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 } };

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@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!
Good call - plus, thanks on the heads up about how this will impact cimtest. +1 -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com
participants (2)
-
Dan Smith
-
Kaitlin Rupert