[libvirt] [PATCH 04/10] list: Implement listAllStoragePools for storage driver

Eric Blake eblake at redhat.com
Wed Sep 5 00:06:34 UTC 2012


On 09/04/2012 09:16 AM, Osier Yang wrote:
> src/storage/storage_driver.c: Implement listAllStoragePools.
> ---
>  src/storage/storage_driver.c |   18 ++++++++++++++++++
>  1 files changed, 18 insertions(+), 0 deletions(-)

> @@ -2293,6 +2310,7 @@ static virStorageDriver storageDriver = {
>      .listPools = storageListPools, /* 0.4.0 */
>      .numOfDefinedPools = storageNumDefinedPools, /* 0.4.0 */
>      .listDefinedPools = storageListDefinedPools, /* 0.4.0 */
> +    .listAllPools = storageListAllPools, /* 0.10.0 */

0.10.2

ACK with that fix.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 617 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120904/65a41f62/attachment-0001.sig>


More information about the libvir-list mailing list