aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-20 11:51:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-20 11:51:45 +0200
commit7cde0aab8206a5d95091860a8c1114d625f5280a (patch)
tree819e714a95c16ab404b463ebe52329216c7aeb72 /brep
parentdbbc19b77dcf6ea828aabd64d7aa8cab9635aaf5 (diff)
Sketch rebuild semantics
Diffstat (limited to 'brep')
-rw-r--r--brep/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/brep/build b/brep/build
index 3d969db..adc52ff 100644
--- a/brep/build
+++ b/brep/build
@@ -118,6 +118,10 @@ namespace brep
//
timestamp_type timestamp;
+ // True if the package rebuild has been forced.
+ //
+ //bool forced;
+
// Present only if the state is 'tested'.
//
optional<result_status> status;