chiark / gitweb /
core: introduce MemorySwapMax=
[elogind.git] / src / core / cgroup.h
index c3b87bfc5ce5249b6c49013caf1ebd8fb501fa0f..f70a6a996ffafd1751126606353d2d521bc965af 100644 (file)
@@ -98,6 +98,7 @@ struct CGroupContext {
         uint64_t memory_low;
         uint64_t memory_high;
         uint64_t memory_max;
+        uint64_t memory_swap_max;
 
         /* For legacy hierarchies */
         uint64_t cpu_shares;