chiark / gitweb /
unit: remove union Unit
[elogind.git] / src / mount.h
index 7c5d9d1f627063c5c3d8888e2024788065d41aaf..730c4c273fa6d8b8f7758c89188a75f8975b5375 100644 (file)
@@ -60,7 +60,7 @@ typedef struct MountParameters {
 } MountParameters;
 
 struct Mount {
-        Meta meta;
+        Unit meta;
 
         char *where;