diff options
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 2 |
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; |