diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-29 03:18:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-29 03:18:09 +0100 |
commit | f50e0a012340fa8dfe6ec7f0cd869f5f3a052d7a (patch) | |
tree | 79ef58ce7acbc8dffcb0af8284a0f4e5922bbe88 /mount.h | |
parent | b08d03ffe58332f590aae5c78a85e4fc0b8588ce (diff) |
implement coldpluggin
Diffstat (limited to 'mount.h')
-rw-r--r-- | mount.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |