aboutsummaryrefslogtreecommitdiff
path: root/mod/mod-repository-root.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-14 00:37:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-15 20:37:43 +0300
commit5163436b00711318baea4fc0ad43a4de8222354a (patch)
treea05c06693bda84dd9a9b365a50c227126a5ec05f /mod/mod-repository-root.hxx
parent2ebf9de408f3fd629126a20b21221e186195813c (diff)
Implement builds page
Diffstat (limited to 'mod/mod-repository-root.hxx')
-rw-r--r--mod/mod-repository-root.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/mod-repository-root.hxx b/mod/mod-repository-root.hxx
index f54fa62..85a9aac 100644
--- a/mod/mod-repository-root.hxx
+++ b/mod/mod-repository-root.hxx
@@ -21,6 +21,7 @@ namespace brep
class build_result;
class build_force;
class build_log;
+ class builds;
class repository_root: public module
{
@@ -63,6 +64,7 @@ namespace brep
shared_ptr<build_result> build_result_;
shared_ptr<build_force> build_force_;
shared_ptr<build_log> build_log_;
+ shared_ptr<builds> builds_;
shared_ptr<options::repository_root> options_;
// Sub-module the request is dispatched to. Initially is NULL. It is set