chiark / gitweb /
add mount enumerator
[elogind.git] / mount.h
diff --git a/mount.h b/mount.h
index 734e96cb273d8ae96ca2bbc56010bee7214d5707..5b5d5a38c046587fc45b5adcd3302ebbdb451cf0 100644 (file)
--- 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;