X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=automount.h;h=a8c81e17f2b84a7bdd971c348bee39bf69943937;hp=daa3686fcba33e6c5fa08e923a3e0090dbd89365;hb=8d567588cad053f79abe603ab113e1b85a92f1da;hpb=e537352b9bfffe6f6286483bff2c7601c78407e3 diff --git a/automount.h b/automount.h index daa3686fc..a8c81e17f 100644 --- a/automount.h +++ b/automount.h @@ -40,9 +40,21 @@ struct Automount { AutomountState state; + char *where; + Mount *mount; + + int pipe_fd; + Watch pipe_watch; + dev_t dev_id; + + Set *tokens; + + bool failure:1; }; extern const UnitVTable automount_vtable; +int automount_send_ready(Automount *a, int status); + #endif