aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options')
-rw-r--r--build2/b-options8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/b-options b/build2/b-options
index c692cae..e674798 100644
--- a/build2/b-options
+++ b/build2/b-options
@@ -422,6 +422,12 @@ namespace build2
bool
max_jobs_specified () const;
+ const size_t&
+ queue_depth () const;
+
+ bool
+ queue_depth_specified () const;
+
const bool&
serial_stop () const;
@@ -495,6 +501,8 @@ namespace build2
bool jobs_specified_;
size_t max_jobs_;
bool max_jobs_specified_;
+ size_t queue_depth_;
+ bool queue_depth_specified_;
bool serial_stop_;
bool no_column_;
bool no_line_;