summaryrefslogtreecommitdiff
path: root/src/ingestor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingestor.cpp')
-rw-r--r--src/ingestor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingestor.cpp b/src/ingestor.cpp
index 17310c2..d5dd4e2 100644
--- a/src/ingestor.cpp
+++ b/src/ingestor.cpp
@@ -38,6 +38,8 @@ namespace WebStat {
}
}
+ Ingestor::Ingestor(DB::ConnectionPtr dbconn) : dbconn {std::move(dbconn)} { }
+
Ingestor::ScanResult
Ingestor::scanLogLine(std::string_view input)
{