diff options
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index bb5d9d7b3481..b3339101103b 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -25,6 +25,7 @@ typedef enum { wopAddIndirectRoot, wopSyncWithGC, wopFindRoots, + wopCollectGarbage, } WorkerOp; |