summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index 3b343c6b1f..da529c44f4 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -39,6 +39,7 @@ typedef enum MountResult {
MOUNT_FAILURE_EXIT_CODE,
MOUNT_FAILURE_SIGNAL,
MOUNT_FAILURE_CORE_DUMP,
+ MOUNT_FAILURE_START_LIMIT_HIT,
_MOUNT_RESULT_MAX,
_MOUNT_RESULT_INVALID = -1
} MountResult;