Re: [libvirt] [PATCH 3/4] Implement Public API of new virInterface functions

2009-06-22 Thread Daniel Veillard
On Thu, Jun 18, 2009 at 02:44:29PM -0400, Laine Stump wrote: > --- > src/libvirt.c | 89 > +++-- > 1 files changed, 86 insertions(+), 3 deletions(-) > Okay, ACK, Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xml

Re: [libvirt] [PATCH 3/4] Implement Public API of new virInterface functions

2009-06-19 Thread Daniel P. Berrange
On Thu, Jun 18, 2009 at 02:44:29PM -0400, Laine Stump wrote: > --- > src/libvirt.c | 89 > +++-- > 1 files changed, 86 insertions(+), 3 deletions(-) > > diff --git a/src/libvirt.c b/src/libvirt.c > index bf49018..c5c868d 100644 > --- a/src/li

[libvirt] [PATCH 3/4] Implement Public API of new virInterface functions

2009-06-18 Thread Laine Stump
--- src/libvirt.c | 89 +++-- 1 files changed, 86 insertions(+), 3 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index bf49018..c5c868d 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -5502,9 +5502,9 @@ virInterfaceGetConnect (virI