summaryrefslogtreecommitdiff
path: root/src/automount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-02 01:17:21 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-02 01:17:21 +0200
commit1cf18f27331286dfb56d92e1800facf4f696ad27 (patch)
tree2a3320769c865a060d9cd767c03e99f1da59d442 /src/automount.h
parentcdb788e4cdc67bf7da6b3b1b3f4f295ef5c25c67 (diff)
automount: add DirectoryMode= setting
Diffstat (limited to 'src/automount.h')
-rw-r--r--src/automount.h2
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;