diff options
Diffstat (limited to 'src/shared/cgroup-util.h')
-rw-r--r-- | src/shared/cgroup-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/cgroup-util.h b/src/shared/cgroup-util.h index 2099f934b4..a2ee72d67f 100644 --- a/src/shared/cgroup-util.h +++ b/src/shared/cgroup-util.h @@ -96,3 +96,5 @@ int cg_controller_from_attr(const char *attr, char **controller); char *cg_escape(const char *p); char *cg_unescape(const char *p); + +bool cg_controller_is_valid(const char *p, bool allow_named); |