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=44e6100ff691c8ec2a8313f70f2608b5447c5c9f;hb=0442c13bfa7bff1e47312606a75f22f75aa4b60d;hpb=18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24 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;