X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmount.h;h=6c60167deb96bdeab9ecfd0fe4d422004d2785af;hb=36adffeab07c74470bc96417b17a72b53055ee42;hp=30da1368ffedaba9d4735ed0c8cf12ee273510d3;hpb=18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24;p=elogind.git diff --git a/src/mount.h b/src/mount.h index 30da1368f..6c60167de 100644 --- a/src/mount.h +++ b/src/mount.h @@ -81,13 +81,13 @@ struct Mount { usec_t timeout_usec; + mode_t directory_mode; + ExecCommand exec_command[_MOUNT_EXEC_COMMAND_MAX]; ExecContext exec_context; MountState state, deserialized_state; - KillMode kill_mode; - ExecCommand* control_command; MountExecCommand control_command_id; pid_t control_pid;