aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.h
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-12-08 09:04:04 +0100
committerMartin Ridgers <[email protected]>2021-12-08 09:04:04 +0100
commit1037aa9edc9b88d9c59fdf2d2531ac265b571b3c (patch)
tree805f277f60b1eba7de8b78ae209d7464bcedd398 /zenserver/compute/apply.h
parentImplement zen/internalfile for POSIX platforms (diff)
parentUse 'Platform' instead of 'OSFamily' for Horde condition (diff)
downloadzen-1037aa9edc9b88d9c59fdf2d2531ac265b571b3c.tar.xz
zen-1037aa9edc9b88d9c59fdf2d2531ac265b571b3c.zip
Merged main
Diffstat (limited to 'zenserver/compute/apply.h')
-rw-r--r--zenserver/compute/apply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/apply.h b/zenserver/compute/apply.h
index a3e36819d..af8668ee2 100644
--- a/zenserver/compute/apply.h
+++ b/zenserver/compute/apply.h
@@ -54,7 +54,7 @@ private:
[[nodiscard]] std::filesystem::path CreateNewSandbox();
[[nodiscard]] CbPackage ExecAction(const WorkerDesc& Worker, CbObject Action);
- [[nodiscard]] CbObject ExecActionUpstream(const WorkerDesc& Worker, CbObject Action);
+ [[nodiscard]] HttpResponseCode ExecActionUpstream(const WorkerDesc& Worker, CbObject Action, CbObject& Object);
[[nodiscard]] HttpResponseCode ExecActionUpstreamResult(const IoHash& WorkerId, const IoHash& ActionId, CbPackage& Package);
RwLock m_WorkerLock;