]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/cgroups/cgfs.c
cgroup: move all some functions into cgroup.h
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 13 Jan 2014 21:26:49 +0000 (15:26 -0600)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 13 Jan 2014 21:35:53 +0000 (16:35 -0500)
commit484ed030887a8557f78ea4a631aeb8f08244dabe
tree87809fafe78c9464d214966e9326650fb535789e
parent40131a0367658ba6a171d52ef7522df9903b66b1
cgroup: move all some functions into cgroup.h

Some functions which wanted to know about cgroup paths were located
in other files.  Move them into cgroup.c, so that all knowledge of
the cgroup backend can be colocated.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/cgroup.c
src/lxc/cgroup.h
src/lxc/freezer.c
src/lxc/state.c