Re: [libvirt] [PATCH 03/12] Move virDomainSnapshot related APIs out of libvirt.c

2014-10-23 Thread Daniel P. Berrange
On Wed, Oct 22, 2014 at 05:06:54PM -0600, Eric Blake wrote: > On 10/22/2014 11:14 AM, Daniel P. Berrange wrote: > > Introduce a src/libvirt-domain-snapshot.c file to hold all the > > methods related to the virDomainSnapshot type. > > --- > > docs/apibuild.py |1 + > > po/POTFILES.

Re: [libvirt] [PATCH 03/12] Move virDomainSnapshot related APIs out of libvirt.c

2014-10-22 Thread Eric Blake
On 10/22/2014 11:14 AM, Daniel P. Berrange wrote: > Introduce a src/libvirt-domain-snapshot.c file to hold all the > methods related to the virDomainSnapshot type. > --- > docs/apibuild.py |1 + > po/POTFILES.in|1 + > src/Makefile.am |2 + >

[libvirt] [PATCH 03/12] Move virDomainSnapshot related APIs out of libvirt.c

2014-10-22 Thread Daniel P. Berrange
Introduce a src/libvirt-domain-snapshot.c file to hold all the methods related to the virDomainSnapshot type. --- docs/apibuild.py |1 + po/POTFILES.in|1 + src/Makefile.am |2 + src/datatypes.h |1 + src/libvirt-domain-snaps