summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index 8be7360..3e25938 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -71,6 +71,7 @@ namespace WebStat {
NewEntityIds storeEntities(DB::Connection *, std::span<const std::optional<Entity>>) const;
using NewEntities = std::array<std::optional<Entity>, MAX_NEW_ENTITIES>;
template<typename... T> NewEntities newEntities(const std::tuple<T...> &) const;
+ void onNewUserAgent(const Entity &) const;
void handleCurlOperations();
void jobIngestParkedLine(const std::filesystem::directory_iterator &);