]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
api.c: Rename cgroup_v1_build_procs_path()
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 25 Sep 2024 07:08:42 +0000 (12:38 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 7 Oct 2024 19:50:14 +0000 (13:50 -0600)
commitfd0fa01c328e3970fa3f622bbd64b6445ce35972
tree87198a424c8675081fe7083281e1ddf8aee14f1b
parentbd664d52f8f3d6a09d5ec760e25de5a4e72cf62e
api.c: Rename cgroup_v1_build_procs_path()

Rename cgroup_v1_build_procs_path() to cgroup_build_tid_path(), this
function will be used to build a procs path on both cgroup v1/v2 to
which the tid/pid will be written based on the cgroup type. Change
the name to reflect the new functionality.

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