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.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/build2/b-options.hxx b/build2/b-options.hxx
index 44777f7..c6f1f59 100644
--- a/build2/b-options.hxx
+++ b/build2/b-options.hxx
@@ -453,6 +453,12 @@ namespace build2
// Option accessors.
//
+ const uint64_t&
+ build2_metadata () const;
+
+ bool
+ build2_metadata_specified () const;
+
const bool&
v () const;
@@ -598,6 +604,8 @@ namespace build2
::build2::cl::unknown_mode argument);
public:
+ uint64_t build2_metadata_;
+ bool build2_metadata_specified_;
bool v_;
bool V_;
bool quiet_;