From a957219df2b7f360695f884f45fe4802240b9755 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 2 Aug 2024 17:00:58 +0200 Subject: libstore: make Worker::waitForInput private Change-Id: I71a42acd5a4a9a18b55cf754cdf9896614134398 --- src/libstore/build/worker.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libstore/build/worker.hh b/src/libstore/build/worker.hh index 6e7c1c626..a741b2672 100644 --- a/src/libstore/build/worker.hh +++ b/src/libstore/build/worker.hh @@ -148,6 +148,11 @@ private: */ void wakeUp(GoalPtr goal); + /** + * Wait for input to become available. + */ + void waitForInput(); + public: const Activity act; @@ -252,11 +257,6 @@ public: */ void run(const Goals & topGoals); - /** - * Wait for input to become available. - */ - void waitForInput(); - /*** * The exit status in case of failure. * -- cgit v1.2.3