chiark / gitweb /
core/load-fragment: safe_close() protects errno
[elogind.git] / src / core / mount.h
index 76771ab7a92fe1542f83b06044a726e2f20bf159..072b0e044757d792aab0cdf7b13e05716ca8f50e 100644 (file)
@@ -86,6 +86,8 @@ struct Mount {
         bool just_mounted:1;
         bool just_changed:1;
 
+        bool reset_cpu_usage:1;
+
         bool sloppy_options;
 
         MountResult result;