diff options
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index e0b8c0855eae..1e0c735676b6 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -22,11 +22,14 @@ typedef enum { actBuilds = 104, actBuild = 105, actOptimiseStore = 106, + actVerifyPaths = 107, } ActivityType; typedef enum { resFileLinked = 100, resBuildLogLine = 101, + resUntrustedPath = 102, + resCorruptedPath = 103, } ResultType; typedef uint64_t ActivityId; |