chiark / gitweb /
util: retry opening a TTY on EIO
[elogind.git] / src / mount.h
index 8d8c738b07937cd5786e389fe226802e190292f3..7c5d9d1f627063c5c3d8888e2024788065d41aaf 100644 (file)
@@ -56,6 +56,7 @@ typedef struct MountParameters {
         char *what;
         char *options;
         char *fstype;
+        int passno;
 } MountParameters;
 
 struct Mount {
@@ -78,6 +79,7 @@ struct Mount {
         bool just_changed:1;
 
         bool failure:1;
+        bool reload_failure:1;
 
         mode_t directory_mode;