summaryrefslogtreecommitdiffstats
path: root/tests/test_functions.c
diff options
context:
space:
mode:
authorIvana Hutarova Varekova <varekova@redhat.com>2009-07-17 09:41:12 +0200
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-08-06 11:59:15 +0530
commit0d943b1fd84f43edda88d8f1e45a2cfe56b0edeb (patch)
treef9b6b23aaede896427be5b295a57109f53a891a9 /tests/test_functions.c
parent5aa993cef39ffd59eae1e363c2a731a03507b0d3 (diff)
downloadlibcg-0d943b1fd84f43edda88d8f1e45a2cfe56b0edeb.tar.gz
libcg-0d943b1fd84f43edda88d8f1e45a2cfe56b0edeb.tar.xz
libcg-0d943b1fd84f43edda88d8f1e45a2cfe56b0edeb.zip
add api for generating the list of all controllers (not only mount ones)
this patch add api for generating the list of all controllers (not only mount ones) - it uses three functions: cgroup_get_all_controller_begin cgroup_get_all_controller_next cgroup_get_all_controller_end and structure: struct controller_data { char name[FILENAME_MAX]; int hierarchy; int num_cgroups; int enabled; }; the data are read from /proc/cgroups file Signed-off-by: Ivana Hutarova Varekova <varekova@redhat.com> Reviewed-by: Jan Safranek <jsafrane@redhat.com> Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Diffstat (limited to 'tests/test_functions.c')
0 files changed, 0 insertions, 0 deletions