summaryrefslogtreecommitdiff
path: root/src/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-02 00:28:44 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-02 00:28:44 +0200
commit3e5235b0d95020e8260d8deb6d7b070b0e0c60be (patch)
treeae2be3467b41db199a553602d821835b9bed2518 /src/mount.h
parent1f812feafb4b98d5cfa2934886bbdd43325780bb (diff)
mount: automatically create non-existing mount point dirs prior to mounting
Diffstat (limited to 'src/mount.h')
-rw-r--r--src/mount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mount.h b/src/mount.h
index 30da1368ff..4732902ef3 100644
--- a/src/mount.h
+++ b/src/mount.h
@@ -81,6 +81,8 @@ struct Mount {
usec_t timeout_usec;
+ mode_t directory_mode;
+
ExecCommand exec_command[_MOUNT_EXEC_COMMAND_MAX];
ExecContext exec_context;