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(a)us.ibm.com