]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile.c
Add cgroup support, the configuration file should be specified with the format:
authordlezcano <dlezcano>
Mon, 6 Oct 2008 18:47:19 +0000 (18:47 +0000)
committerdlezcano <dlezcano>
Mon, 6 Oct 2008 18:47:19 +0000 (18:47 +0000)
commit576f946d784dbe7bf9008565647bde81ed064dc2
treee6f76bde002d453017b5dd97f3a9dfcd6c975bd4
parent893c6f54effe1c323ee3c1cd0ca9e064c88a08b6
Add cgroup support, the configuration file should be specified with the format:
lxc.cgroup.xxx = yyy
where xxx is a cgroup subsystem (eg. cpu.shares) and the yyy is the value to
be set.
src/lxc/Makefile.am
src/lxc/cgroup.c [new file with mode: 0644]
src/lxc/cgroup.h [new file with mode: 0644]
src/lxc/execute.c
src/lxc/lxc.h
src/lxc/lxc_cgroup.c
src/lxc/lxc_cgroup.h
src/lxc/lxc_conf.c
src/lxc/lxc_conf.h
src/lxc/lxc_config.c
src/lxc/monitor.c