diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-16T17·23+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-16T18·56+0200 |
commit | c2cab207320672fb6ed4af40a99fc9082ff55234 (patch) | |
tree | c966ed39598be295be7fe663054e2ff92ecf5e92 /src/libutil/logging.hh | |
parent | b4ed97e3a3116909fcaa79f5ce84487ed3838112 (diff) |
nix verify: Restore the progress indicator
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; |