Commit 20e2ae99 by Dwight Engen Committed by Serge Hallyn

move cgroup.c to cgfs.c in preparation for backend change

This is just a move without any changes so history will be preserved. Makefile.am was modified so that lxc will still build and run. Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent eb7829c1
...@@ -62,7 +62,7 @@ liblxc_so_SOURCES = \ ...@@ -62,7 +62,7 @@ liblxc_so_SOURCES = \
freezer.c \ freezer.c \
error.h error.c \ error.h error.c \
parse.c parse.h \ parse.c parse.h \
cgroup.c cgroup.h \ cgfs.c cgroup.h \
lxc.h \ lxc.h \
utils.c utils.h \ utils.c utils.h \
sync.c sync.h \ sync.c sync.h \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment