diff options
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r-- | src/ingestor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp index d9d49a3..f181ea3 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -31,6 +31,8 @@ namespace WebStat { template<typename... T> void storeLogLine(DB::Connection *, const std::tuple<T...> &) const; + std::string userAgentAPI = "https://useragentstring.com"; + protected: size_t linesRead = 0; size_t linesParsed = 0; |