diff options
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/logging.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 9427f268267a..57157dce15cc 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -31,6 +31,7 @@ typedef enum { resBuildLogLine = 101, resUntrustedPath = 102, resCorruptedPath = 103, + resSetPhase = 104, } ResultType; typedef uint64_t ActivityId; |