[Libvirt-cim] [PATCH 24 of 27] Fix uses of get_typed_*() in ResourceAllocationFromPool

Dan Smith danms at us.ibm.com
Mon Nov 19 18:26:16 UTC 2007


# HG changeset patch
# User Dan Smith <danms at us.ibm.com>
# Date 1195499722 28800
# Node ID 2669d79e2d2959da0de8d7709d66bad9fb36a2ec
# Parent  ec285ccf09c150d0f7a374a650043cc46401fcc2
Fix uses of get_typed_*() in ResourceAllocationFromPool

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

diff -r ec285ccf09c1 -r 2669d79e2d29 src/Virt_ResourceAllocationFromPool.c
--- a/src/Virt_ResourceAllocationFromPool.c	Mon Nov 19 11:14:52 2007 -0800
+++ b/src/Virt_ResourceAllocationFromPool.c	Mon Nov 19 11:15:22 2007 -0800
@@ -235,6 +235,7 @@ static CMPIInstance *make_ref(const CMPI
         CMPIInstance *refinst = NULL;
 
         refinst = get_typed_instance(_BROKER,
+                                     CLASSNAME(ref),
                                      "ResourceAllocationFromPool",
                                      NAMESPACE(ref));
 




More information about the Libvirt-cim mailing list