aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.hh
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-08-11 01:37:40 +0200
committereldritch horrors <pennae@lix.systems>2024-08-18 09:10:05 +0000
commitb66fd9ff4b8963d1ac10db23037aab1acba875cb (patch)
tree528bfdc8f577fd47a5056a4552da8c3ec50573c3 /src/libstore/build/worker.hh
parent278fddc317cf0cf4d3602d0ec0f24d1dd281fadb (diff)
libstore: make Worker::removeGoal private
Change-Id: I8583d9ff752f702a10ec52b0330b0d4d4d2614fa
Diffstat (limited to 'src/libstore/build/worker.hh')
-rw-r--r--src/libstore/build/worker.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libstore/build/worker.hh b/src/libstore/build/worker.hh
index a741b2672..e21e91385 100644
--- a/src/libstore/build/worker.hh
+++ b/src/libstore/build/worker.hh
@@ -153,6 +153,11 @@ private:
*/
void waitForInput();
+ /**
+ * Remove a dead goal.
+ */
+ void removeGoal(GoalPtr goal);
+
public:
const Activity act;
@@ -225,11 +230,6 @@ public:
GoalPtr makeGoal(const DerivedPath & req, BuildMode buildMode = bmNormal);
/**
- * Remove a dead goal.
- */
- void removeGoal(GoalPtr goal);
-
- /**
* Return the number of local build processes currently running (but not
* remote builds via the build hook).
*/