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