aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-07-13 12:21:27 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-07-19 16:55:00 +0100
commit43e532d3218d56639cc762aaa5585bda374c710a (patch)
tree3dcb92b74acf4be4b722151dfd9d06c8942ba514 /po
parentMove LXC domain private data into separate file (diff)
downloadlibvirt-43e532d3218d56639cc762aaa5585bda374c710a.tar.gz
libvirt-43e532d3218d56639cc762aaa5585bda374c710a.tar.bz2
libvirt-43e532d3218d56639cc762aaa5585bda374c710a.zip
Move cgroup setup code out of lxc_controller.c
Move the cgroup setup code out of the lxc_controller.c file and into lxc_cgroup.{c,h}. This reduces the size of the lxc_controller.c file and paves the way to invoke cgroup setup from lxc_driver.c instead of lxc_controller.c in the future Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 594519a40..9d61d47ee 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -42,6 +42,7 @@ src/libvirt.c
src/libvirt-qemu.c
src/locking/lock_driver_sanlock.c
src/locking/lock_manager.c
+src/lxc/lxc_cgroup.c
src/lxc/lxc_container.c
src/lxc/lxc_conf.c
src/lxc/lxc_controller.c