]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Define new API virConnectListAllSecrets
authorOsier Yang <jyang@redhat.com>
Fri, 14 Sep 2012 08:38:48 +0000 (16:38 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 17 Sep 2012 05:08:39 +0000 (13:08 +0800)
commit7a236982fecd3abcc7190ad55ed85527939302f2
treef15dc2fff3eb3bf461a3843e58434215c61c6370
parent9b096843cbd9e898d3efa7c85b48f57f40c66c1e
list: Define new API virConnectListAllSecrets

This is to list the secret objects. Supports to filter the secrets
by its storage location, and whether it's private or not.

include/libvirt/libvirt.h.in: Declare enum virConnectListAllSecretFlags
                              and virConnectListAllSecrets.
python/generator.py: Skip auto-generating
src/driver.h: (virDrvConnectListAllSecrets)
src/libvirt.c: Implement the public API
src/libvirt_public.syms: Export the symbol to public
include/libvirt/libvirt.h.in
python/generator.py
src/driver.h
src/libvirt.c
src/libvirt_public.syms