X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fcgroup.h;fp=src%2Fcore%2Fcgroup.h;h=68cb65007aba418bbfb7d9a1e913e9a578daa774;hb=655e76df75ce4e5e0916388f23276fc88a607314;hp=2a9e7034a8099bfa9ad6a2d68f01f9f17b52ec09;hpb=43d2b2215658e538a238415c89dce37897e3fd35;p=elogind.git diff --git a/src/core/cgroup.h b/src/core/cgroup.h index 2a9e7034a..68cb65007 100644 --- a/src/core/cgroup.h +++ b/src/core/cgroup.h @@ -95,6 +95,10 @@ struct CGroupContext { LIST_HEAD(CGroupIODeviceWeight, io_device_weights); LIST_HEAD(CGroupIODeviceLimit, io_device_limits); + uint64_t memory_low; + uint64_t memory_high; + uint64_t memory_max; + /* For legacy hierarchies */ uint64_t cpu_shares; uint64_t startup_cpu_shares;