X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fautomount.h;h=13b56effb6fa96204ea503fc830885e7337e5774;hp=014482cc5a8be261a2b8c6a042d04c21cf447765;hb=a567261a29b4e19c0c195240411b7562063d99f8;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/automount.h b/src/automount.h index 014482cc5..13b56effb 100644 --- a/src/automount.h +++ b/src/automount.h @@ -30,7 +30,7 @@ typedef enum AutomountState { AUTOMOUNT_DEAD, AUTOMOUNT_WAITING, AUTOMOUNT_RUNNING, - AUTOMOUNT_MAINTAINANCE, + AUTOMOUNT_MAINTENANCE, _AUTOMOUNT_STATE_MAX, _AUTOMOUNT_STATE_INVALID = -1 } AutomountState; @@ -48,6 +48,8 @@ struct Automount { Watch pipe_watch; dev_t dev_id; + mode_t directory_mode; + Set *tokens; bool failure:1;