Skip to content

Commit 1af5a98

Browse files
committed
Document removed WorkerProto ops
1 parent 17777e3 commit 1af5a98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstore/include/nix/store/worker-protocol.hh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ enum struct WorkerProto::Op : uint64_t {
152152
AddIndirectRoot = 12,
153153
SyncWithGC = 13,
154154
FindRoots = 14,
155+
// ExportPath = 16, // removed
155156
QueryDeriver = 18, // obsolete
156157
SetOptions = 19,
157158
CollectGarbage = 20,
@@ -161,6 +162,7 @@ enum struct WorkerProto::Op : uint64_t {
161162
QueryFailedPaths = 24,
162163
ClearFailedPaths = 25,
163164
QueryPathInfo = 26,
165+
// ImportPaths = 27, // removed
164166
QueryDerivationOutputNames = 28, // obsolete
165167
QueryPathFromHashPart = 29,
166168
QuerySubstitutablePathInfos = 30,

0 commit comments

Comments
 (0)