summaryrefslogtreecommitdiff
path: root/src/core/swap.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2017-09-05 19:27:53 +0200
committerLennart Poettering <lennart@poettering.net>2017-09-22 15:24:55 +0200
commit906c06f64a87cce5378191c092d10432543ea907 (patch)
tree48e13e6705e3e7841017c44d5ab48244430c2f31 /src/core/swap.h
parent1988a9d12015990c145a6e8515d5e22ef88b32cb (diff)
downloadsystemd-906c06f64a87cce5378191c092d10432543ea907.tar.gz
cgroup, unit, fragment parser: make use of new firewall functions
Diffstat (limited to 'src/core/swap.h')
-rw-r--r--src/core/swap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/swap.h b/src/core/swap.h
index b0ef50f1e8..45da63c5e2 100644
--- a/src/core/swap.h
+++ b/src/core/swap.h
@@ -70,7 +70,7 @@ struct Swap {
bool is_active:1;
bool just_activated:1;
- bool reset_cpu_usage:1;
+ bool reset_accounting:1;
SwapResult result;