chiark / gitweb /
mount: automatically create non-existing mount point dirs prior to mounting
[elogind.git] / src / mount.h
index 30da1368ffedaba9d4735ed0c8cf12ee273510d3..4732902ef3c91b2a895d23eb67d20066d2db5e0d 100644 (file)
@@ -81,6 +81,8 @@ struct Mount {
 
         usec_t timeout_usec;
 
+        mode_t directory_mode;
+
         ExecCommand exec_command[_MOUNT_EXEC_COMMAND_MAX];
         ExecContext exec_context;