X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fautomount.h;h=13b56effb6fa96204ea503fc830885e7337e5774;hp=44e6100ff691c8ec2a8313f70f2608b5447c5c9f;hb=1cf18f27331286dfb56d92e1800facf4f696ad27;hpb=cdb788e4cdc67bf7da6b3b1b3f4f295ef5c25c67 diff --git a/src/automount.h b/src/automount.h index 44e6100ff..13b56effb 100644 --- a/src/automount.h +++ b/src/automount.h @@ -48,6 +48,8 @@ struct Automount { Watch pipe_watch; dev_t dev_id; + mode_t directory_mode; + Set *tokens; bool failure:1;