]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce a virLXCControllerPtr object to hold LXC controller state
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 3 Jul 2012 10:54:09 +0000 (11:54 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 5 Jul 2012 09:46:09 +0000 (10:46 +0100)
commitd624ad6a3d2db9b79a5c0a4e56e1ef19a80aeada
tree0d459dd156db0c3bb94aa28d11b2728866346591
parent284143bbee662b88bac5fbb913e945c2ec524955
Introduce a virLXCControllerPtr object to hold LXC controller state

The LXC controller code is having to pass around an ever increasing
number of parameters between methods. To make the code more managable
introduce a virLXCControllerPtr to hold all this state, starting with
the container name and virDomainDefPtr object

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_controller.c