summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index e250072..7082dc0 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -101,7 +101,7 @@ namespace WebStat {
DB::ConnectionPoolPtr dbpool;
mutable Stats stats {};
- ThreadSafeT<std::map<EntityHash, EntityId>> existingEntities;
+ ThreadSafeT<std::map<EntityKey, EntityId>> existingEntities;
LineBatch queuedLines, processingLines;
bool terminated = false;