diff options
Diffstat (limited to 'src/tools/tools-common.h')
-rw-r--r-- | src/tools/tools-common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/tools-common.h b/src/tools/tools-common.h index 3437973..65d87c7 100644 --- a/src/tools/tools-common.h +++ b/src/tools/tools-common.h @@ -50,5 +50,10 @@ struct cgroup_group_spec { */ int parse_cgroup_spec(struct cgroup_group_spec *cdptr[], char *optarg); +/** + * Free a single cgroup_group_spec structure. + * @param cl The structure to free from memory + */ +void cgroup_free_group_spec(struct cgroup_group_spec *cl); #endif /* TOOLS_COMMON */ |