summaryrefslogtreecommitdiff
path: root/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-29 03:18:09 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-29 03:18:09 +0100
commitf50e0a012340fa8dfe6ec7f0cd869f5f3a052d7a (patch)
tree79ef58ce7acbc8dffcb0af8284a0f4e5922bbe88 /mount.h
parentb08d03ffe58332f590aae5c78a85e4fc0b8588ce (diff)
implement coldpluggin
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;