summaryrefslogtreecommitdiffstats
path: root/linux/CGroupUtils.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-20 22:51:26 +0100
committerBenBE <BenBE@geshi.org>2023-12-11 09:35:48 +0100
commit1069e069ab43029f7ac7e0e6b87a907c6d1f2cf0 (patch)
tree0067f6f152e87b15646bd00dd834cbc6081a94dc /linux/CGroupUtils.h
parent3d0f35c0b707bd5b82b34b6ce799fbe09d9bc2e9 (diff)
Add logic to filter the container name (+type) from the CGroup name
Diffstat (limited to 'linux/CGroupUtils.h')
-rw-r--r--linux/CGroupUtils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/CGroupUtils.h b/linux/CGroupUtils.h
index ff134374..479919bf 100644
--- a/linux/CGroupUtils.h
+++ b/linux/CGroupUtils.h
@@ -12,5 +12,6 @@ in the source distribution for its full text.
char* CGroup_filterName(const char* cgroup);
+char* CGroup_filterContainer(const char* cgroup);
#endif /* HEADER_CGroupUtils */

© 2014-2024 Faster IT GmbH | imprint | privacy policy