mirror of
https://github.com/NixOS/nix
synced 2025-06-27 16:51:15 +02:00
Show Git fetch progress
This commit is contained in:
parent
2964a9f562
commit
2890999911
4 changed files with 39 additions and 3 deletions
|
@ -23,6 +23,7 @@ typedef enum {
|
|||
actQueryPathInfo = 109,
|
||||
actPostBuildHook = 110,
|
||||
actBuildWaiting = 111,
|
||||
actFetchTree = 112,
|
||||
} ActivityType;
|
||||
|
||||
typedef enum {
|
||||
|
@ -34,6 +35,7 @@ typedef enum {
|
|||
resProgress = 105,
|
||||
resSetExpected = 106,
|
||||
resPostBuildLogLine = 107,
|
||||
resFetchStatus = 108,
|
||||
} ResultType;
|
||||
|
||||
typedef uint64_t ActivityId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue