Re: [libvirt] [PATCHv4 3/7] interface: implement public APIs for libvirt transactional network changes

2011-05-27 Thread Daniel P. Berrange
On Thu, May 26, 2011 at 12:17:41PM -0400, Laine Stump wrote: > From: Michal Privoznik > > change from previous version: modified to be the same code style as other > libvirt public API functions. > --- > src/libvirt.c | 182 > - > 1 files

[libvirt] [PATCHv4 3/7] interface: implement public APIs for libvirt transactional network changes

2011-05-26 Thread Laine Stump
From: Michal Privoznik change from previous version: modified to be the same code style as other libvirt public API functions. --- src/libvirt.c | 182 - 1 files changed, 180 insertions(+), 2 deletions(-) diff --git a/src/libvirt.c b/src/