From 7d792b99b8b0e13577b3f16d0f4d2ace388a7559 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 2 Dec 2015 17:00:46 -0500 Subject: [PATCH] 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. --- src/libvirt-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *