mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
libvirt: Introduce virConnectGetStoragePoolCapabilities
Introduce the API to expose the storage pool capabilities along with all the remote munglement required to hook up the client. Signed-off-by: John Ferlan <jferlan@redhat.com> ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -814,4 +814,9 @@ LIBVIRT_4.10.0 {
|
||||
virDomainSetIOThreadParams;
|
||||
} LIBVIRT_4.5.0;
|
||||
|
||||
LIBVIRT_5.2.0 {
|
||||
global:
|
||||
virConnectGetStoragePoolCapabilities;
|
||||
} LIBVIRT_4.10.0;
|
||||
|
||||
# .... define new API here using predicted next version number ....
|
||||
|
||||
Reference in New Issue
Block a user