chiark / gitweb /
service: when we complain about a notify message we cannot map to main pid because...
[elogind.git] / src / core / automount.h
index 0c6b8a72e922a6cdc1482730ff33a90e2632edd7..60f55223897e94133d7de959fbeb76034507455d 100644 (file)
@@ -49,8 +49,8 @@ struct Automount {
         char *where;
 
         int pipe_fd;
+        sd_event_source *pipe_event_source;
         mode_t directory_mode;
-        Watch pipe_watch;
         dev_t dev_id;
 
         Set *tokens;
@@ -62,8 +62,6 @@ extern const UnitVTable automount_vtable;
 
 int automount_send_ready(Automount *a, int status);
 
-int automount_add_one_mount_link(Automount *a, Mount *m);
-
 const char* automount_state_to_string(AutomountState i) _const_;
 AutomountState automount_state_from_string(const char *s) _pure_;