[libvirt] [PATCH 05/12] Move virInterface related APIs out of libvirt.c

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


On 10/22/2014 11:14 AM, Daniel P. Berrange wrote:
> Introduce a src/libvirt-interface.c file to hold all the
> methods related to the virInterface type.
> ---
>  docs/apibuild.py        |   1 +
>  src/Makefile.am         |   2 +
>  src/libvirt-interface.c | 835 ++++++++++++++++++++++++++++++++++++++++++++++++
>  src/libvirt.c           | 808 ----------------------------------------------
>  4 files changed, 838 insertions(+), 808 deletions(-)
>  create mode 100644 src/libvirt-interface.c
> 
> diff --git a/docs/apibuild.py b/docs/apibuild.py
> index 9e394c9..0edf3ce 100755
> --- a/docs/apibuild.py
> +++ b/docs/apibuild.py
> @@ -25,6 +25,7 @@ included_files = {
>    "virterror.h": "header with error specific API definitions",
>    "libvirt.c": "Main interfaces for the libvirt library",
>    "libvirt-domain-snapshot.c": "Domain snapshot interfaces for the libvirt library",
> +  "libvirt-interface.c": "Interface interfaces for the libvirt library",

Sounds funny :)  But it's accurate.

Same ACK as for others in this series (and I'll quit pointing out the
VIR_FROM_NONE since you mentioned you've touched it up for the whole
series).

-- 
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/8a2130c8/attachment-0001.sig>


More information about the libvir-list mailing list