chiark / gitweb /
unit: properly update references to units which are merged
[elogind.git] / src / automount.h
index 1a6cc98fd1ee857406cc68f8eccc133fe8c975af..c6326ed3c23d99cd197d6bb2ff722c669ad74e70 100644 (file)
@@ -42,14 +42,13 @@ struct Automount {
 
         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;