]> xenbits.xensource.com Git - libvirt.git/commit
storage: Introduce virStoragePoolObjNumOfStoragePools
authorJohn Ferlan <jferlan@redhat.com>
Tue, 21 Mar 2017 10:30:46 +0000 (06:30 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 11 Apr 2017 12:49:51 +0000 (08:49 -0400)
commit2fae7c7fb212cd8de8bd4befed6b36b37520ccfd
tree96b36793904e66e69ff14446535c5517520cc2fa
parent96155c6994daf0ba5cc74e97803771c4d88cf17f
storage: Introduce virStoragePoolObjNumOfStoragePools

Unify the NumOf[Defined]StoragePools API into virstorageobj.c from
storage_driver and test_driver.  The only real difference between the
two is the test driver doesn't call using the aclfilter API.

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