From 8a094bb0481a9c53646cc15db2e8acecafc3d10c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 23 Aug 2018 22:29:35 +0300 Subject: Add basic support for CI request handling --- mod/mod-repository-root.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/mod-repository-root.hxx') diff --git a/mod/mod-repository-root.hxx b/mod/mod-repository-root.hxx index 74691ea..9a71849 100644 --- a/mod/mod-repository-root.hxx +++ b/mod/mod-repository-root.hxx @@ -23,6 +23,7 @@ namespace brep class build_log; class builds; class submit; + class ci; class repository_root: public handler { @@ -67,6 +68,8 @@ namespace brep shared_ptr build_log_; shared_ptr builds_; shared_ptr submit_; + shared_ptr ci_; + shared_ptr options_; // Sub-handler the request is dispatched to. Initially is NULL. It is set -- cgit v1.1