aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/worker-protocol.hh
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-04 03:48:50 +0100
committereldritch horrors <pennae@lix.systems>2024-03-04 04:36:23 +0100
commitea0008deea7769541fdbf7629bbeb8e9581d73a7 (patch)
tree603bf030b32f0bb9d39cae9ae345b20678850ecf /src/libstore/worker-protocol.hh
parent8867479b2712d244dc3fd3829ba6710a0c14ebab (diff)
Merge pull request #9094 from obsidiansystems/test-proto
Test the rest of the worker protocol serializers (cherry picked from commit 2f1c16dfa2378fd8616bff1b9b7cd0b4d42af69b) Change-Id: Idfd72d32b21d14a260e02f65531d287cef7464d2
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r--src/libstore/worker-protocol.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh
index 70a5bddb9..b7f42f24d 100644
--- a/src/libstore/worker-protocol.hh
+++ b/src/libstore/worker-protocol.hh
@@ -208,10 +208,10 @@ MAKE_WORKER_PROTO(ContentAddress);
template<>
MAKE_WORKER_PROTO(DerivedPath);
template<>
-MAKE_WORKER_PROTO(Realisation);
-template<>
MAKE_WORKER_PROTO(DrvOutput);
template<>
+MAKE_WORKER_PROTO(Realisation);
+template<>
MAKE_WORKER_PROTO(BuildResult);
template<>
MAKE_WORKER_PROTO(KeyedBuildResult);