chiark / gitweb /
journal: systemd v38 fails to build on big-endians
[elogind.git] / src / automount.h
index 1a6cc98fd1ee857406cc68f8eccc133fe8c975af..8334c9752d4c128f36d0ed2f79b2bf92ca1c5fab 100644 (file)
@@ -36,20 +36,19 @@ typedef enum AutomountState {
 } AutomountState;
 
 struct Automount {
-        Meta meta;
+        Unit meta;
 
         AutomountState state, deserialized_state;
 
         char *where;
 
-        Mount *mount;
+        UnitRef mount;
 
         int pipe_fd;
         mode_t directory_mode;
         Watch pipe_watch;
         dev_t dev_id;
 
-
         Set *tokens;
 
         bool failure:1;