mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-15 01:43:40 -06:00
Add public API for volume wiping
This commit is contained in:
parent
598a0c00dc
commit
e10dc8666e
@ -1224,6 +1224,8 @@ virStorageVolPtr virStorageVolCreateXMLFrom (virStoragePoolPtr pool,
|
||||
unsigned int flags);
|
||||
int virStorageVolDelete (virStorageVolPtr vol,
|
||||
unsigned int flags);
|
||||
int virStorageVolWipe (virStorageVolPtr vol,
|
||||
unsigned int flags);
|
||||
int virStorageVolRef (virStorageVolPtr vol);
|
||||
int virStorageVolFree (virStorageVolPtr vol);
|
||||
|
||||
|
@ -358,4 +358,9 @@ LIBVIRT_0.7.7 {
|
||||
virDomainAbortJob;
|
||||
} LIBVIRT_0.7.5;
|
||||
|
||||
LIBVIRT_0.7.8 {
|
||||
global:
|
||||
virStorageVolWipe;
|
||||
} LIBVIRT_0.7.7;
|
||||
|
||||
# .... define new API here using predicted next version number ....
|
||||
|
Loading…
Reference in New Issue
Block a user