aboutsummaryrefslogtreecommitdiff
path: root/mod/database-module.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-25 21:12:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-31 01:10:52 +0300
commitd6a34b68d4667d4b99c1e76d63604a7bc1c9c3dd (patch)
treeb3429ea208e804bdd4b7f80416510e509ff36181 /mod/database-module.hxx
parent94b04d166c1041028571222b9931121b0f7dfded (diff)
Add support for bbot agent authentication
Diffstat (limited to 'mod/database-module.hxx')
-rw-r--r--mod/database-module.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/database-module.hxx b/mod/database-module.hxx
index a61e2e4..ec8f37e 100644
--- a/mod/database-module.hxx
+++ b/mod/database-module.hxx
@@ -18,6 +18,7 @@
#include <mod/module.hxx>
#include <mod/options.hxx>
+#include <mod/build-config.hxx>
namespace brep
{
@@ -74,6 +75,8 @@ namespace brep
butl::compare_c_string>>
build_conf_map_;
+ shared_ptr<const bot_agent_keys> bot_agent_keys_;
+
private:
virtual bool
handle (request&, response&, log&);