
18 Apr
2016
18 Apr
'16
9:45 p.m.
On 03/02/2016 01:55 PM, John Ferlan wrote:
This patch replaces most of the guts of secret_driver.c with recently added secret_conf.c APIs in order manage secret lists and objects using the hashed virSecretObjList* lookup API's.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/secret_conf.h | 3 +- src/libvirt_private.syms | 9 + src/secret/secret_driver.c | 437 ++++++--------------------------------------- 3 files changed, 61 insertions(+), 388 deletions(-)
ACK, mirrors the network driver usage (where similar), and all the custom logic beats seem to be handled in the previous patches - Cole