diff options
Diffstat (limited to 'src/libstore/build/worker.hh')
-rw-r--r-- | src/libstore/build/worker.hh | 10 |
1 files changed, 5 insertions, 5 deletions
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; @@ -220,11 +225,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). */ |