]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Define new API virStoragePoolListAllVolumes
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 15:32:53 +0000 (23:32 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 10 Sep 2012 02:37:22 +0000 (10:37 +0800)
commita42eac601ee07bd59639ec189eda61596d2767c0
tree303471a6a74a875c4418def93d425c1741176535
parentaa7c4068a8480b975fe19715b15e4a995fa22fab
list: Define new API virStoragePoolListAllVolumes

Simply returns the storage volume objects. No supported filter
flags.

include/libvirt/libvirt.h.in: Declare the API
python/generator.py: Skip the function for generating. virStoragePool.py
                     will be added in later patch.
src/driver.h: virDrvStoragePoolListVolumesFlags
src/libvirt.c: Implementation for the API.
src/libvirt_public.syms: Export the symbol to public
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/libvirt.c
src/libvirt_public.syms