Re: [libvirt] [PATCH 6/6 (v2)] Allow non-blocking message sending on virNetClient

2011-11-15 Thread Jiri Denemark
On Mon, Nov 14, 2011 at 12:03:52 +, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Split the existing virNetClientSend into two parts virNetClientSend and virNetClientSendNoReply, instead of having a 'bool expectReply' parameter. This is done by a separate patch,

[libvirt] [PATCH 6/6 (v2)] Allow non-blocking message sending on virNetClient

2011-11-14 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Split the existing virNetClientSend into two parts virNetClientSend and virNetClientSendNoReply, instead of having a 'bool expectReply' parameter. Add a new virNetClientSendNonBlock which returns 2 on full send, 1 on partial send, 0 on no send, -1 on