aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/projectstore/httpprojectstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/projectstore/httpprojectstore.h')
-rw-r--r--src/zenserver/projectstore/httpprojectstore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/projectstore/httpprojectstore.h b/src/zenserver/projectstore/httpprojectstore.h
index 5c558f8d2..739dabe23 100644
--- a/src/zenserver/projectstore/httpprojectstore.h
+++ b/src/zenserver/projectstore/httpprojectstore.h
@@ -56,6 +56,7 @@ private:
std::atomic_uint64_t ChunkHitCount{};
std::atomic_uint64_t ChunkMissCount{};
std::atomic_uint64_t ChunkWriteCount{};
+ std::atomic_uint64_t RequestCount{};
std::atomic_uint64_t BadRequestCount{};
};