]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Implement the RPC protocol for the libvirt-lxc.la library
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 21 Dec 2012 14:20:04 +0000 (14:20 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 15 Jan 2013 18:16:53 +0000 (18:16 +0000)
commit509eb51e7ce91c0506858e5c5542527ab90aff0f
treecd003ecbf839f6d554d4f7ccac6b9db0e18c6567
parent8bc18eaac6e57ce8897ae8d303defee0ac716676
Implement the RPC protocol for the libvirt-lxc.la library

Add the infrastructure for the libvirt-lxc.la library to
the remote protocol client and daemon

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
daemon/Makefile.am
daemon/libvirtd.c
daemon/libvirtd.h
daemon/remote.c
daemon/remote.h
src/Makefile.am
src/remote/lxc_protocol.x [new file with mode: 0644]
src/remote/remote_driver.c