X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fautomount.h;h=60f55223897e94133d7de959fbeb76034507455d;hp=0c6b8a72e922a6cdc1482730ff33a90e2632edd7;hb=638ca89c53e2b897cfb3f627f4acbc7d09af2f4c;hpb=44a6b1b68029833893f6e9cee35aa27a974038f6 diff --git a/src/core/automount.h b/src/core/automount.h index 0c6b8a72e..60f552238 100644 --- a/src/core/automount.h +++ b/src/core/automount.h @@ -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_;