From 4c3010a1be60937ed6287ea613de403c36ce1396 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 2 Aug 2024 17:00:57 +0200 Subject: libstore: make Worker::wakeUp private Change-Id: Iffa55272fe6ef4adaf3e9d4d25e5339792c2e460 --- src/libstore/build/worker.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libstore/build/worker.hh') diff --git a/src/libstore/build/worker.hh b/src/libstore/build/worker.hh index 3644039fb..20aa34e74 100644 --- a/src/libstore/build/worker.hh +++ b/src/libstore/build/worker.hh @@ -122,6 +122,11 @@ private: */ void waitForAWhile(GoalPtr goal); + /** + * Wake up a goal (i.e., there is something for it to do). + */ + void wakeUp(GoalPtr goal); + public: const Activity act; @@ -219,11 +224,6 @@ public: */ void removeGoal(GoalPtr goal); - /** - * Wake up a goal (i.e., there is something for it to do). - */ - void wakeUp(GoalPtr goal); - /** * Return the number of local build processes currently running (but not * remote builds via the build hook). -- cgit v1.2.3