]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Introduce virStoragePoolObjNumOfVolumes
authorJohn Ferlan <jferlan@redhat.com>
Mon, 20 Mar 2017 14:13:27 +0000 (10:13 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 11 Apr 2017 12:49:51 +0000 (08:49 -0400)
commit4a440e4366ca8d39a3513cb4ea53f1be6d485b16
tree47ed767f22700d5520f039bbbdd2ca8f302096b3
parent8d04ea1661ba899e5798851aa1fe58a4d390f884
storage: Introduce virStoragePoolObjNumOfVolumes

Unify the NumOfVolumes 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