]> arthur.barton.de Git - netdata.git/blobdiff - src/global_statistics.c
added configuration options for controlling web compression level and strategy and...
[netdata.git] / src / global_statistics.c
index d813f66c9b9d4d31838a6d7fb44f664cdd412b9a..40d3c3e3da83a6b38e9ea66a3da31a0fc8ae7425 100644 (file)
@@ -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;