aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.hh
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-08-02 17:00:58 +0200
committereldritch horrors <pennae@lix.systems>2024-08-08 12:02:17 +0000
commita957219df2b7f360695f884f45fe4802240b9755 (patch)
treea5b391700f617b00522ad360260c2ad8c1b385b1 /src/libstore/build/worker.hh
parentba85e501ced59838d36f36cb545bcc6f7bc30561 (diff)
libstore: make Worker::waitForInput private
Change-Id: I71a42acd5a4a9a18b55cf754cdf9896614134398
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 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.
*