]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
libcgroup: Introduce an API to get the mount point of a specific subsystem
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Fri, 26 Jun 2009 17:36:18 +0000 (23:06 +0530)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Fri, 26 Jun 2009 17:36:18 +0000 (23:06 +0530)
commit305fdb705e4eca50f3dc18d7cc685b547ce0ee98
tree492943020ca7fd7d7756aaab80434571785e8eca
parent3c60aa98093e94985fb3fe43c03bb91a5e6b45c6
libcgroup: Introduce an API to get the mount point of a specific subsystem

Introduce an API which will query the mount table and return the mount point
of a specific subsystem. This is needed in the case when the user knows which
subsystem he wants the details of, which would make the use of the get_controller*
APIs cumbersome.

Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
include/libcgroup.h
src/api.c
src/libcgroup.map
tests/Makefile.am