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 b158f03..c5628d6 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -101,5 +101,6 @@ namespace WebStat {
uint32_t hostnameId;
CurlMultiPtr curl;
mutable CurlOperations curlOperations;
+ std::thread::id mainThread;
};
}