diff options
author | David Strauss <david@davidstrauss.net> | 2013-11-11 10:03:31 +0100 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-11-22 02:22:47 +0100 |
commit | 6414b7c981378a6eef480f6806d7cbfc98ca22a1 (patch) | |
tree | 52e636340ce65e8e5d69ad7e8dd8b4f2ec310e72 /src/core/cgroup.h | |
parent | bus: deal with duplicate values from enumerators (diff) | |
download | systemd-6414b7c981378a6eef480f6806d7cbfc98ca22a1.tar.xz systemd-6414b7c981378a6eef480f6806d7cbfc98ca22a1.zip |
cgroups: Cache controller masks and optimize queues.
Diffstat (limited to 'src/core/cgroup.h')
-rw-r--r-- | src/core/cgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h index 0a079e909d..25f40f7b62 100644 --- a/src/core/cgroup.h +++ b/src/core/cgroup.h @@ -113,3 +113,5 @@ int manager_notify_cgroup_empty(Manager *m, const char *group); const char* cgroup_device_policy_to_string(CGroupDevicePolicy i) _const_; CGroupDevicePolicy cgroup_device_policy_from_string(const char *s) _pure_; + +void unit_update_member_masks(Unit *u); |