summaryrefslogtreecommitdiff
path: root/src/core/cgroup.h
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2019-10-03 13:21:29 +0100
committerChris Down <chris@chrisdown.name>2019-10-03 15:06:25 +0100
commitbc0623df160b2c12fc5d205699ec315859e3dc66 (patch)
tree9461a33780c770d3fa61c78005b8bbdb5f7243f3 /src/core/cgroup.h
parent6dfb92823f1801b9e4b82373ecb8b905f2c9aafb (diff)
downloadsystemd-bc0623df160b2c12fc5d205699ec315859e3dc66.tar.gz
cgroup: analyze: Report memory configurations that deviate from systemd
This is the most basic consumer of the new systemd-vs-kernel checker, both acting as a reasonable standalone exerciser of the code, and also as a way for easy inspection of deviations from systemd internal state.
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 bca53fb980..a66c702125 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -166,7 +166,7 @@ usec_t cgroup_cpu_adjust_period(usec_t period, usec_t quota, usec_t resolution,
void cgroup_context_init(CGroupContext *c);
void cgroup_context_done(CGroupContext *c);
-void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix);
+void cgroup_context_dump(Unit *u, FILE* f, const char *prefix);
void cgroup_context_free_device_allow(CGroupContext *c, CGroupDeviceAllow *a);
void cgroup_context_free_io_device_weight(CGroupContext *c, CGroupIODeviceWeight *w);