aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b-options.hxx')
-rw-r--r--build2/b-options.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index 535e70c..b6edae8 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -438,6 +438,9 @@ namespace build2
serial_stop () const;
const bool&
+ structured_result () const;
+
+ const bool&
match_only () const;
const bool&
@@ -515,6 +518,7 @@ namespace build2
size_t queue_depth_;
bool queue_depth_specified_;
bool serial_stop_;
+ bool structured_result_;
bool match_only_;
bool no_column_;
bool no_line_;