diff options
Diffstat (limited to 'src/ingestor.cpp')
-rw-r--r-- | src/ingestor.cpp | 2 |
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) { |