diff options
Diffstat (limited to 'src/automount.h')
-rw-r--r-- | src/automount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/automount.h b/src/automount.h index 44e6100ff6..13b56effb6 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; |