diff options
Diffstat (limited to 'mount.h')
-rw-r--r-- | mount.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ struct Mount { Meta meta; MountState state; - char *path; + + char *what, *where; }; extern const UnitVTable mount_vtable; |