mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 02:09:36 +01:00
Log BuildResult
This commit is contained in:
parent
c515bc66f1
commit
762114b7c4
5 changed files with 75 additions and 21 deletions
|
|
@ -39,6 +39,7 @@ typedef enum {
|
|||
resPostBuildLogLine = 107,
|
||||
resFetchStatus = 108,
|
||||
resHashMismatch = 109,
|
||||
resBuildResult = 110,
|
||||
} ResultType;
|
||||
|
||||
typedef uint64_t ActivityId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue