aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-07-13 12:39:29 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-07-19 16:55:23 +0100
commitfdf588a63d2d1af84404a67c131e639d52b99fac (patch)
tree506532a8eb801c123b3d063e99914d4e2721cf0f /src/Makefile.am
parentMove cgroup setup code out of lxc_controller.c (diff)
downloadlibvirt-fdf588a63d2d1af84404a67c131e639d52b99fac.tar.gz
libvirt-fdf588a63d2d1af84404a67c131e639d52b99fac.tar.bz2
libvirt-fdf588a63d2d1af84404a67c131e639d52b99fac.zip
Move LXC process management code into separate file
Move all the code that manages stop/start of LXC processes into separate lxc_process.{c,h} file to make the lxc_driver.c file smaller Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8421e7afb..a9f8d948c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -352,6 +352,7 @@ LXC_DRIVER_SOURCES = \
lxc/lxc_container.c lxc/lxc_container.h \
lxc/lxc_cgroup.c lxc/lxc_cgroup.h \
lxc/lxc_domain.c lxc/lxc_domain.h \
+ lxc/lxc_process.c lxc/lxc_process.h \
lxc/lxc_driver.c lxc/lxc_driver.h
LXC_CONTROLLER_SOURCES = \