]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Introduce virStoragePoolObjGetNames
authorJohn Ferlan <jferlan@redhat.com>
Tue, 21 Mar 2017 13:15:18 +0000 (09:15 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 11 Apr 2017 12:49:51 +0000 (08:49 -0400)
commit50e6d4e8e18097f3b22d1f8d23f1924282ac265b
treeb7dce8946dbe1621267a0ccd30140bd92104d339
parent2fae7c7fb212cd8de8bd4befed6b36b37520ccfd
storage: Introduce virStoragePoolObjGetNames

Mostly code motion to move storageConnectList[Defined]StoragePools
and similar test driver code into virstorageobj.c and rename to
virStoragePoolObjGetNames.

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