summaryrefslogtreecommitdiff
path: root/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'mount.h')
-rw-r--r--mount.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mount.h b/mount.h
index 5b5d5a38c0..9a8079f48d 100644
--- a/mount.h
+++ b/mount.h
@@ -22,6 +22,9 @@ struct Mount {
MountState state;
char *what, *where;
+
+ bool from_etc_fstab:1;
+ bool from_proc_self_mountinfo:1;
};
extern const UnitVTable mount_vtable;