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:
John Ferlan 2015-12-02 17:00:46 -05:00
parent be783825af
commit 7d792b99b8

View File

@ -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
* *