about summary refs log tree commit diff
path: root/src/libutil/logging.hh
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-08-16T17·23+0200
committerEelco Dolstra <edolstra@gmail.com>2017-08-16T18·56+0200
commitc2cab207320672fb6ed4af40a99fc9082ff55234 (patch)
treec966ed39598be295be7fe663054e2ff92ecf5e92 /src/libutil/logging.hh
parentb4ed97e3a3116909fcaa79f5ce84487ed3838112 (diff)
nix verify: Restore the progress indicator
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r--src/libutil/logging.hh3
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;