Re: [libvirt] [PATCH 12/12] Move virConnect/virNode related APIs out of libvirt.c
On 10/22/2014 11:15 AM, Daniel P. Berrange wrote: > Introduce a src/libvirt-host.c file to hold all the > methods related to the virConnect type. > --- > docs/apibuild.py |1 + > po/POTFILES.in |1 + > src/Makefile.am|2 + > src/libvirt-host.c | 1515 > ++
[libvirt] [PATCH 12/12] Move virConnect/virNode related APIs out of libvirt.c
Introduce a src/libvirt-host.c file to hold all the methods related to the virConnect type. --- docs/apibuild.py |1 + po/POTFILES.in |1 + src/Makefile.am|2 + src/libvirt-host.c | 1515 src/libvirt.c | 1484 -