summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-04 16:59:46 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-05 08:51:07 +0200
commitf7afdbbb986bed7022976612a740027697ce93ec (patch)
tree1426fa660bcb3c4a91d69208bdb8d06597410be3 /src/core
parent20cca8d0627a8edc265314d700f5c4aa96ebed4e (diff)
Prep v232: Apply missing updates from upstream
Diffstat (limited to 'src/core')
-rw-r--r--src/core/cgroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/cgroup.h b/src/core/cgroup.h
index 3bcf68681..dd8e436b9 100644
--- a/src/core/cgroup.h
+++ b/src/core/cgroup.h
@@ -102,6 +102,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;