chiark / gitweb /
util: retry opening a TTY on EIO
[elogind.git] / src / mount.h
index 954058ceb5465ae6d0e9c9fd0764a077f2fd2a04..7c5d9d1f627063c5c3d8888e2024788065d41aaf 100644 (file)
@@ -79,6 +79,7 @@ struct Mount {
         bool just_changed:1;
 
         bool failure:1;
+        bool reload_failure:1;
 
         mode_t directory_mode;