]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
api.c: Expose cgroup_fill_cgc() to users of libcgroup.la
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 8 Feb 2021 22:58:44 +0000 (15:58 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 1 Mar 2021 17:32:46 +0000 (10:32 -0700)
commit2756943c673bd74a9d8ce8e3eaf8f244778cc67c
treec981e37906bf70e5481a396b67c11936165d931f
parentb88cafd198e23bab1c41013fbfa4e87b13d7e72f
api.c: Expose cgroup_fill_cgc() to users of libcgroup.la

Remove the static qualifier from cgroup_fill_cgc().  As part
of the cgget refactor, cgget will utilize this function.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/api.c
src/libcgroup-internal.h
src/libcgroup.map