chiark / gitweb /
core: expose consumed CPU time per unit
[elogind.git] / src / core / swap.h
index 5de8c20c042f97d5df42a6be38c1adafc89de63a..9136b9abab724083dc27abf34b1235bf2d15b1bf 100644 (file)
@@ -87,6 +87,8 @@ struct Swap {
         bool is_active:1;
         bool just_activated:1;
 
+        bool reset_cpu_usage:1;
+
         SwapResult result;
 
         usec_t timeout_usec;