]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
libcgroup: Added compile-time option to ignore certain hierarchies (e.g. systemd).
authorJan Safranek <jsafrane@redhat.com>
Fri, 9 Dec 2011 14:05:02 +0000 (15:05 +0100)
committerJan Safranek <jsafrane@redhat.com>
Fri, 16 Dec 2011 12:51:41 +0000 (13:51 +0100)
commite2e4b8a93a0dcf43ff22a87f07aa2637ccd1aa99
treebfccade948b606b6cc9411edacc90c4b9db31fe8
parent554848425c9c4c1964d225ea1b58b2ddd4d069bb
libcgroup: Added compile-time option to ignore certain hierarchies (e.g. systemd).

Libcgroup should not mess up with systemd 'name=systemd' hierarchy. Let's
add ./configure option to ignore it on distros, which use it.

Only one hierarchy can be ignored, at least at this time, further
enhancement is possible.

Usage:
$ configure --enable-opaque-hierarchy="name=systemd"

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
configure.in
src/api.c