]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
api.c: constify cgroup_get_threads() arguments
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 2 Oct 2024 07:08:42 +0000 (12:38 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 7 Oct 2024 21:18:23 +0000 (15:18 -0600)
commitc32ab906cf7039eae81220eb6a7e2e78a13f798d
treea83976bcbeaaaacc42761ae12d3ff4f83e5c0fbc
parentc4bdc99cb9b89cd93fe52f287e88b4970aa083aa
api.c: constify cgroup_get_threads() arguments

Constify the char* functional arguments of cgroup_get_threads(), these
parameters are not supposed to changed.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
include/libcgroup/groups.h
src/api.c