Re: [libvirt] [PATCH 08/12] client rpc: Separate call creation from running IO loop

2012-06-13 Thread Daniel P. Berrange
On Wed, Jun 13, 2012 at 01:29:26AM +0200, Jiri Denemark wrote: This makes it possible to create and queue new calls while we are running IO loop. --- src/rpc/virnetclient.c | 85 ++-- 1 file changed, 54 insertions(+), 31 deletions(-) ACK

[libvirt] [PATCH 08/12] client rpc: Separate call creation from running IO loop

2012-06-12 Thread Jiri Denemark
This makes it possible to create and queue new calls while we are running IO loop. --- src/rpc/virnetclient.c | 85 ++-- 1 file changed, 54 insertions(+), 31 deletions(-) diff --git a/src/rpc/virnetclient.c b/src/rpc/virnetclient.c index