On Tue, May 09, 2017 at 11:30:16AM -0400, John Ferlan wrote:
Alter the virStoragePoolObjNumOfVolumes,
virStoragePoolObjVolumeGetNames,
and virStoragePoolObjVolumeListExport APIs to take a virStoragePoolObjPtr
instead of the &obj->volumes and obj->def.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/virstorageobj.c | 15 +++++++++------
src/conf/virstorageobj.h | 9 +++------
src/storage/storage_driver.c | 7 +++----
src/test/test_driver.c | 9 +++------
4 files changed, 18 insertions(+), 22 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>