From 5ad096b3f1331b175340129a8c9a5a9d711e5415 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 1 Mar 2015 16:24:19 +0100 Subject: core: expose consumed CPU time per unit This adds support for showing the accumulated consumed CPU time per-unit in the "systemctl status" output. The property is also readable via the bus. --- src/core/mount.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/mount.h') diff --git a/src/core/mount.h b/src/core/mount.h index 76771ab7a9..072b0e0447 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -86,6 +86,8 @@ struct Mount { bool just_mounted:1; bool just_changed:1; + bool reset_cpu_usage:1; + bool sloppy_options; MountResult result; -- cgit v1.2.3-54-g00ecf