summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-09-26 22:15:02 +0200
committerSven Eden <yamakuzure@gmx.net>2017-11-22 08:25:13 +0100
commitcbf948e256f7baf4889a42c7ea2e4696b6f03453 (patch)
treeb47c4637b6a6628363c5bd26813b2a69f258787f /src/core/cgroup.h
parentb7e036edb9b4fea677bc92ca57f0c0f1efc25410 (diff)
core: rename cgroup_queue → cgroup_realize_queue
We are about to add second cgroup-related queue, called "cgroup_empty_queue", hence let's rename "cgroup_queue" to "cgroup_realize_queue" (as that is its purpose) to minimize confusion about the two queues. Just a rename, no functional changes.
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r--src/core/cgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 2d09c4cc3..8054fe1ba 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -181,7 +181,7 @@ int manager_setup_cgroup(Manager *m);
void manager_shutdown_cgroup(Manager *m, bool delete);
#if 0 /// UNNEEDED by elogind
-unsigned manager_dispatch_cgroup_queue(Manager *m);
+unsigned manager_dispatch_cgroup_realize_queue(Manager *m);
Unit *manager_get_unit_by_cgroup(Manager *m, const char *cgroup);
Unit *manager_get_unit_by_pid_cgroup(Manager *m, pid_t pid);