]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirt: Add virStorageVolDeleteFlags to virStorageVolDelete
authorJohn Ferlan <jferlan@redhat.com>
Wed, 2 Dec 2015 22:00:46 +0000 (17:00 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 18 Dec 2015 15:51:08 +0000 (10:51 -0500)
commit7d792b99b8b0e13577b3f16d0f4d2ace388a7559
tree79a81c16d7218d21f8190e16dfaabade18ca4c28
parentbe783825af73202cad0242aad7671e98b726f4ce
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