[Libvirt-cim] [PATCH 1 of 5] RASD: rename rasds_for_domain to enum_rasds and make it configurable

Dan Smith danms at us.ibm.com
Fri Mar 7 19:05:18 UTC 2008


HE> +        if (type == CIM_RES_TYPE_ALL) {
HE> +                s = _get_rasds(broker, reference, dom, 
HE> +                               CIM_RES_TYPE_PROC,
HE> +                               properties, list);
HE> +                s = _get_rasds(broker, reference, dom, 
HE> +                               CIM_RES_TYPE_MEM,
HE> +                               properties, list);
HE> +                s = _get_rasds(broker, reference, dom, 
HE> +                               CIM_RES_TYPE_NET,
HE> +                               properties, list);
HE> +                s = _get_rasds(broker, reference, dom, 
HE> +                               CIM_RES_TYPE_DISK,
HE> +                               properties,  list);
HE> +        }
HE> +        else
HE> +                s = _get_rasds(broker, reference, dom, 
HE> +                               type, properties, list);

These function calls should be one parameter per line.

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms at us.ibm.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvirt-cim/attachments/20080307/27a242f4/attachment.sig>


More information about the Libvirt-cim mailing list