Re: [libvirt] [PATCH 1/2] Split out bind() from virPortAllocatorAcquire

2013-10-31 Thread Eric Blake
On 10/31/2013 09:40 AM, Ján Tomko wrote: > --- > src/util/virportallocator.c | 72 > - > 1 file changed, 45 insertions(+), 27 deletions(-) Looks larger, but makes later patches possible. ACK. -- Eric Blake eblake redhat com+1-919-301-3266 Libv

[libvirt] [PATCH 1/2] Split out bind() from virPortAllocatorAcquire

2013-10-31 Thread Ján Tomko
--- src/util/virportallocator.c | 72 - 1 file changed, 45 insertions(+), 27 deletions(-) diff --git a/src/util/virportallocator.c b/src/util/virportallocator.c index 42e1f28..1922ea6 100644 --- a/src/util/virportallocator.c +++ b/src/util/virportalloca