[Libvirt-cim] [PATCH 0 of 2] Clean up RAFP and EAFP pool_to_* handlers.
Kaitlin Rupert
Thursday, 20 December
2007
Thu, 20 Dec
'07
12:14 p.m.
Both of these handlers use a long if-else statement to determine the resource type. This
can be replaced by device_type_from_poolid().
Also replaced a printf() in EAFP with a CU_DEBUG() statement.