From: John Ferlan Date: Wed, 2 Dec 2015 22:00:46 +0000 (-0500) Subject: libvirt: Add virStorageVolDeleteFlags to virStorageVolDelete X-Git-Tag: v1.3.1-rc1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d792b99b8b0e13577b3f16d0f4d2ace388a7559;p=thirdparty%2Flibvirt.git 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. --- diff --git a/src/libvirt-storage.c b/src/libvirt-storage.c index 238a6cd549..bf09f7a639 100644 --- a/src/libvirt-storage.c +++ b/src/libvirt-storage.c @@ -1684,7 +1684,7 @@ virStorageVolUpload(virStorageVolPtr vol, /** * virStorageVolDelete: * @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 *