]> xenbits.xensource.com Git - libvirt.git/commit
storage: Introduce virStoragePoolObjListSearch
authorJohn Ferlan <jferlan@redhat.com>
Sun, 8 Oct 2017 12:44:31 +0000 (08:44 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 24 Nov 2017 13:08:32 +0000 (08:08 -0500)
commit5d5c732d748d644ec14626bce448e84bdc4bd93e
tree94e258eb2f152ea24ed98d4e73b614a6cab3920b
parentd0258dd9d6e1acff65816809c08a3b046c1624dc
storage: Introduce virStoragePoolObjListSearch

Create an API to search through the storage pool objects looking for
a specific truism from a callback API in order to return the specific
storage pool object that is desired.
src/conf/virstorageobj.c
src/conf/virstorageobj.h
src/libvirt_private.syms
src/storage/storage_driver.c
src/test/test_driver.c