X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fmount.h;h=6c60167deb96bdeab9ecfd0fe4d422004d2785af;hp=3b28e89ed3ecac2a3a94c21f0b0a91f00ba8ea05;hb=7740296dcf581bbaaffa74f6f97a97d1def85e12;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/mount.h b/src/mount.h index 3b28e89ed..6c60167de 100644 --- a/src/mount.h +++ b/src/mount.h @@ -39,7 +39,7 @@ typedef enum MountState { MOUNT_REMOUNTING_SIGKILL, MOUNT_UNMOUNTING_SIGTERM, MOUNT_UNMOUNTING_SIGKILL, - MOUNT_MAINTAINANCE, + MOUNT_MAINTENANCE, _MOUNT_STATE_MAX, _MOUNT_STATE_INVALID = -1 } MountState; @@ -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;