[libvirt] [PATCH 08/12] Move virSecret related APIs out of libvirt.c

Eric Blake eblake at redhat.com
Thu Oct 23 19:28:35 UTC 2014


On 10/22/2014 11:14 AM, Daniel P. Berrange wrote:
> Introduce a src/libvirt-secret.c file to hold all the
> methods related to the virSecret type.
> ---
>  docs/apibuild.py     |   1 +
>  po/POTFILES.in       |   1 +
>  src/Makefile.am      |   2 +
>  src/libvirt-secret.c | 695 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  src/libvirt.c        | 668 -------------------------------------------------
>  5 files changed, 699 insertions(+), 668 deletions(-)
>  create mode 100644 src/libvirt-secret.c
> 
> diff --git a/docs/apibuild.py b/docs/apibuild.py
> index cf329e2..90a816d 100755
> --- a/docs/apibuild.py
> +++ b/docs/apibuild.py
> @@ -29,6 +29,7 @@ included_files = {
>    "libvirt-network.c": "Network interfaces for the libvirt library",
>    "libvirt-nodedev.c": "Node device interfaces for the libvirt library",
>    "libvirt-nwfilter.c": "NWFilter interfaces for the libvirt library",
> +  "libvirt-secret.c": "Secret interfaces for the libvirt library",

Another one that sounds funny.  :)
ACK

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141023/746145fb/attachment-0001.sig>


More information about the libvir-list mailing list