1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 13:21:47 +02:00

Add a structured log message for FOD hash mismatches

This commit is contained in:
Eelco Dolstra 2025-02-17 14:40:50 +01:00
parent 1212b1fbfe
commit 8ef94c1114
2 changed files with 7 additions and 0 deletions

View file

@ -36,6 +36,7 @@ typedef enum {
resSetExpected = 106,
resPostBuildLogLine = 107,
resFetchStatus = 108,
resHashMismatch = 109,
} ResultType;
typedef uint64_t ActivityId;