]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup: rename cgroup_add_* to cgroup_context_*
authorLennart Poettering <lennart@poettering.net>
Fri, 6 Oct 2023 16:15:56 +0000 (18:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 6 Oct 2023 16:15:56 +0000 (18:15 +0200)
commitc6f2dca68c698065df7ba7bf44a5b01aa710427e
tree80150305dd3a9f9dbf2992f6716c517653fe3387
parent94f0b13b1623c083ece9c0381bd1e65500dc1363
cgroup: rename cgroup_add_* to cgroup_context_*

They add settings to a CGroupContext, hence give them the expected
context, to make clear they do not operate on anything else than the
structure (i.e. not on a kernel cgroup or so).
src/core/cgroup.c
src/core/cgroup.h
src/core/dbus-cgroup.c
src/core/load-fragment.c
src/core/unit.c