cgroups: move cgroup_event_listener.c to tools/cgroup
authorGreg Thelen <gthelen@google.com>
Fri, 4 Jan 2013 21:05:17 +0000 (13:05 -0800)
committerTejun Heo <tj@kernel.org>
Mon, 7 Jan 2013 17:41:28 +0000 (09:41 -0800)
commit92e015b1cfc24e3cb072385f25171b8599cc7ef3
tree465c64f5b337dcdec22adb6cb4aa82c5fe410bca
parent12a9d2fef1d35770d3cdc2cd1faabb83c45bc0fa
cgroups: move cgroup_event_listener.c to tools/cgroup

Move the cgroup_event_listener.c tool from Documentation into the new
tools/cgroup directory.

This change involves wiring cgroup_event_listener.c into the tools/
make system so that is can be built with:
  $ make tools/cgroup

Signed-off-by: Greg Thelen <gthelen@google.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/cgroups/00-INDEX
Documentation/cgroups/cgroup_event_listener.c [deleted file]
Documentation/cgroups/memcg_test.txt
tools/Makefile
tools/cgroup/.gitignore [new file with mode: 0644]
tools/cgroup/Makefile [new file with mode: 0644]
tools/cgroup/cgroup_event_listener.c [new file with mode: 0644]