summaryrefslogtreecommitdiffstats
path: root/src/global_statistics.c
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2016-05-31 22:57:13 +0300
committerCosta Tsaousis <costa@tsaousis.gr>2016-05-31 22:57:13 +0300
commitef0c0432a2425e086712b53f4b417fb89764aa29 (patch)
tree7867257d8e4df7d94ca91460024f5407db57acbd /src/global_statistics.c
parent82769cefc7afa6b65b34e41397d3dcb4e66ee424 (diff)
added configuration options for controlling web compression level and strategy and chart to show the savings of the compression used
Diffstat (limited to 'src/global_statistics.c')
-rw-r--r--src/global_statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global_statistics.c b/src/global_statistics.c
index d813f66c9b..40d3c3e3da 100644
--- a/src/global_statistics.c
+++ b/src/global_statistics.c
@@ -5,7 +5,7 @@
#include "global_statistics.h"
-struct global_statistics global_statistics = { 0, 0ULL, 0ULL, 0ULL, 0ULL};
+struct global_statistics global_statistics = { 0, 0ULL, 0ULL, 0ULL, 0ULL, 0ULL, 0ULL};
pthread_mutex_t global_statistics_mutex = PTHREAD_MUTEX_INITIALIZER;