summaryrefslogtreecommitdiff
path: root/src/core/swap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/swap.h')
-rw-r--r--src/core/swap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/swap.h b/src/core/swap.h
index ac7a63d81b..fbf66debdc 100644
--- a/src/core/swap.h
+++ b/src/core/swap.h
@@ -38,6 +38,7 @@ typedef enum SwapResult {
SWAP_FAILURE_EXIT_CODE,
SWAP_FAILURE_SIGNAL,
SWAP_FAILURE_CORE_DUMP,
+ SWAP_FAILURE_START_LIMIT_HIT,
_SWAP_RESULT_MAX,
_SWAP_RESULT_INVALID = -1
} SwapResult;