summaryrefslogtreecommitdiff
path: root/src/core/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/path.h')
-rw-r--r--src/core/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/path.h b/src/core/path.h
index bbbcebd78e..4230c8fb99 100644
--- a/src/core/path.h
+++ b/src/core/path.h
@@ -62,6 +62,7 @@ static inline bool path_spec_owns_inotify_fd(PathSpec *s, int fd) {
typedef enum PathResult {
PATH_SUCCESS,
PATH_FAILURE_RESOURCES,
+ PATH_FAILURE_START_LIMIT_HIT,
_PATH_RESULT_MAX,
_PATH_RESULT_INVALID = -1
} PathResult;