
HE> diff -r 50b0c2bad1e3 -r 883d767c6425 src/Virt_ElementConformsToProfile.c HE> --- a/src/Virt_ElementConformsToProfile.c Fri Nov 23 11:05:46 2007 +0100 HE> +++ b/src/Virt_ElementConformsToProfile.c Fri Nov 23 11:11:22 2007 +0100 HE> @@ -50,7 +50,8 @@ static CMPIStatus elem_instances(const C HE> static CMPIStatus elem_instances(const CMPIObjectPath *ref, HE> struct std_assoc_info *info, HE> struct inst_list *list, HE> - struct reg_prof *profile) HE> + struct reg_prof *profile, HE> + virConnectPtr conn) Since we have a ref here, can we avoid passing a connection in and do the connect_by_classname() inside? -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com