From d6a34b68d4667d4b99c1e76d63604a7bc1c9c3dd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 25 May 2017 21:12:03 +0300 Subject: Add support for bbot agent authentication --- mod/database-module.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/database-module.hxx') 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 #include +#include namespace brep { @@ -74,6 +75,8 @@ namespace brep butl::compare_c_string>> build_conf_map_; + shared_ptr bot_agent_keys_; + private: virtual bool handle (request&, response&, log&); -- cgit v1.1