mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
libvirt: Add virStorageVolDeleteFlags to virStorageVolDelete
Although they've been present for quite a while, they weren't added to the API definition, so add them there to make it clearer. Currently only the RBD backend even checks for any flags.
This commit is contained in:
parent
be783825af
commit
7d792b99b8
@ -1684,7 +1684,7 @@ virStorageVolUpload(virStorageVolPtr vol,
|
|||||||
/**
|
/**
|
||||||
* virStorageVolDelete:
|
* virStorageVolDelete:
|
||||||
* @vol: pointer to storage volume
|
* @vol: pointer to storage volume
|
||||||
* @flags: extra flags; not used yet, so callers should always pass 0
|
* @flags: bitwise-OR of virStorageVolDeleteFlags
|
||||||
*
|
*
|
||||||
* Delete the storage volume from the pool
|
* Delete the storage volume from the pool
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user