Re: [libvirt] [PATCH] network utilities: Add functions for address-text and get/set port number

2009-11-03 Thread Daniel Veillard
On Mon, Nov 02, 2009 at 03:46:12PM -0500, Laine Stump wrote: I'm a bit behind the curve, but... On 11/02/2009 05:57 AM, Matthew Booth wrote: --- src/libvirt_private.syms |3 ++ src/util/network.c | 88 +- src/util/network.h

[libvirt] [PATCH] network utilities: Add functions for address-text and get/set port number

2009-11-02 Thread Matthew Booth
--- src/libvirt_private.syms |3 ++ src/util/network.c | 88 +- src/util/network.h |6 +++ 3 files changed, 96 insertions(+), 1 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 8525dbd..15d75fd

Re: [libvirt] [PATCH] network utilities: Add functions for address-text and get/set port number

2009-11-02 Thread Daniel Veillard
On Mon, Nov 02, 2009 at 10:57:11AM +, Matthew Booth wrote: --- src/libvirt_private.syms |3 ++ src/util/network.c | 88 +- src/util/network.h |6 +++ 3 files changed, 96 insertions(+), 1 deletions(-) diff --git

[libvirt] [PATCH] network utilities: Add functions for address-text and get/set port number

2009-11-02 Thread Matthew Booth
--- src/libvirt_private.syms |3 + src/util/network.c | 97 +- src/util/network.h |6 +++ 3 files changed, 105 insertions(+), 1 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index 8525dbd..15d75fd

Re: [libvirt] [PATCH] network utilities: Add functions for address-text and get/set port number

2009-11-02 Thread Laine Stump
I'm a bit behind the curve, but... On 11/02/2009 05:57 AM, Matthew Booth wrote: --- src/libvirt_private.syms |3 ++ src/util/network.c | 88 +- src/util/network.h |6 +++ 3 files changed, 96 insertions(+), 1 deletions(-)