Re: [libvirt] [PATCH 06/11] Convert the LXC driver to use virNetClient

2012-07-26 Thread Jiri Denemark
On Tue, Jul 24, 2012 at 14:22:48 +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Update the LXC driver to use the virNetClient APIs for > connecting to the libvirt_lxc monitor, instead of the > low-level socket APIs. This is a step towards running > a full RPC protocol with libv

[libvirt] [PATCH 06/11] Convert the LXC driver to use virNetClient

2012-07-24 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Update the LXC driver to use the virNetClient APIs for connecting to the libvirt_lxc monitor, instead of the low-level socket APIs. This is a step towards running a full RPC protocol with libvirt_lxc Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_domain.c |3