summaryrefslogtreecommitdiff
path: root/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-29 02:07:41 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-29 02:07:41 +0100
commitb08d03ffe58332f590aae5c78a85e4fc0b8588ce (patch)
tree909fb7436bdd7496761bdcb8c3d13fa989aca584 /mount.h
parent0ae97ec11506cce808232abd0979e20aed2fd625 (diff)
add mount enumerator
Diffstat (limited to 'mount.h')
-rw-r--r--mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mount.h b/mount.h
index 734e96cb27..5b5d5a38c0 100644
--- a/mount.h
+++ b/mount.h
@@ -20,7 +20,8 @@ struct Mount {
Meta meta;
MountState state;
- char *path;
+
+ char *what, *where;
};
extern const UnitVTable mount_vtable;