mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Document removed WorkerProto ops
This commit is contained in:
parent
17777e3b70
commit
1af5a98955
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ enum struct WorkerProto::Op : uint64_t {
|
||||||
AddIndirectRoot = 12,
|
AddIndirectRoot = 12,
|
||||||
SyncWithGC = 13,
|
SyncWithGC = 13,
|
||||||
FindRoots = 14,
|
FindRoots = 14,
|
||||||
|
// ExportPath = 16, // removed
|
||||||
QueryDeriver = 18, // obsolete
|
QueryDeriver = 18, // obsolete
|
||||||
SetOptions = 19,
|
SetOptions = 19,
|
||||||
CollectGarbage = 20,
|
CollectGarbage = 20,
|
||||||
|
|
@ -161,6 +162,7 @@ enum struct WorkerProto::Op : uint64_t {
|
||||||
QueryFailedPaths = 24,
|
QueryFailedPaths = 24,
|
||||||
ClearFailedPaths = 25,
|
ClearFailedPaths = 25,
|
||||||
QueryPathInfo = 26,
|
QueryPathInfo = 26,
|
||||||
|
// ImportPaths = 27, // removed
|
||||||
QueryDerivationOutputNames = 28, // obsolete
|
QueryDerivationOutputNames = 28, // obsolete
|
||||||
QueryPathFromHashPart = 29,
|
QueryPathFromHashPart = 29,
|
||||||
QuerySubstitutablePathInfos = 30,
|
QuerySubstitutablePathInfos = 30,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue