summaryrefslogtreecommitdiff
path: root/src/oom/oomd-manager.h
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2021-03-15 16:34:26 -0700
committerAnita Zhang <the.anitazha@gmail.com>2021-03-16 23:54:14 -0700
commit91cbb4bdd64048931c18e4b9a3d0ab85d77f93fe (patch)
tree254e7d516c5dea330bb37bcc330e42b98ce04af1 /src/oom/oomd-manager.h
parentb037a6da3162f5de75a675ce0cd85facfbd8d403 (diff)
downloadsystemd-91cbb4bdd64048931c18e4b9a3d0ab85d77f93fe.tar.gz
oomd: update memory pressure candidates every interval
Diffstat (limited to 'src/oom/oomd-manager.h')
-rw-r--r--src/oom/oomd-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oom/oomd-manager.h b/src/oom/oomd-manager.h
index 9ab8494c6d..9c580c8a24 100644
--- a/src/oom/oomd-manager.h
+++ b/src/oom/oomd-manager.h
@@ -40,6 +40,7 @@ struct Manager {
* Used to detect when to take action. */
Hashmap *monitored_swap_cgroup_contexts;
Hashmap *monitored_mem_pressure_cgroup_contexts;
+ Hashmap *monitored_mem_pressure_cgroup_contexts_candidates;
OomdSystemContext system_context;