]> xenbits.xensource.com Git - libvirt.git/commit
storage: Introduce virStoragePoolObjVolumeGetNames
authorJohn Ferlan <jferlan@redhat.com>
Mon, 20 Mar 2017 16:16:26 +0000 (12:16 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 11 Apr 2017 12:49:51 +0000 (08:49 -0400)
commit7e94830f071515dc211a0ddff47800c6abc8077c
treeda3bef858843f129b20d71bf9055f83937277299
parent4a440e4366ca8d39a3513cb4ea53f1be6d485b16
storage: Introduce virStoragePoolObjVolumeGetNames

Mostly code motion to move storagePoolListVolumes code into virstorageobj.c
and rename to virStoragePoolObjVolumeGetNames.

Also includes a couple of variable name adjustments to keep code consistent
with other drivers.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virstorageobj.c
src/conf/virstorageobj.h
src/libvirt_private.syms
src/storage/storage_driver.c
src/test/test_driver.c