chiark / gitweb /
unit: remove union Unit
[elogind.git] / src / mount.h
index 8d8c738b07937cd5786e389fe226802e190292f3..730c4c273fa6d8b8f7758c89188a75f8975b5375 100644 (file)
@@ -56,10 +56,11 @@ typedef struct MountParameters {
         char *what;
         char *options;
         char *fstype;
+        int passno;
 } MountParameters;
 
 struct Mount {
-        Meta meta;
+        Unit meta;
 
         char *where;
 
@@ -78,6 +79,7 @@ struct Mount {
         bool just_changed:1;
 
         bool failure:1;
+        bool reload_failure:1;
 
         mode_t directory_mode;