]> git.ipfire.org Git - thirdparty/libvirt.git/commit
secret: Introduce secretAssignDef
authorJohn Ferlan <jferlan@redhat.com>
Wed, 24 Feb 2016 15:52:30 +0000 (10:52 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 1 Mar 2016 11:44:34 +0000 (06:44 -0500)
commitfa9ca7fd3c19e4e321ca73849ccdabda1b6ab2ee
tree24f92007d18cc683e7b47e5e8247e22341eaf82b
parent27950465b1a3c5f85dfc0ef3dba9e0124c65a6c0
secret: Introduce secretAssignDef

This new API will allocate the secret, assign the def pointer, and
insert the secret onto the passed list. Whether that's the temporary
list in loadSecrets which gets loaded into the driver list or driver
list during secretDefineXML.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/secret/secret_driver.c