]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Alter storageBackendCreateQemuImgSecretObject args
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Oct 2017 15:06:13 +0000 (11:06 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 27 Oct 2017 09:31:19 +0000 (05:31 -0400)
commit03984ae543c1f7d16376f7cbf4b7e28b05ac50b7
tree2f8a1196346d6df047dd01547e02e3cba90f2ce0
parent07731f9917c2961bb30606d3b52baad514679aca
storage: Alter storageBackendCreateQemuImgSecretObject args

Since all that was really needed was a couple of fields and building
the object can be more generic, let's alter the args a bit. This will
be useful shortly for adding the secret object for a volume resize
operation on a luks volume that will need a secret object.
src/storage/storage_util.c