]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 51c8b51..40d3c3e
@@ -1,8 +1,11 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <pthread.h>
 
 #include "global_statistics.h"
 
-struct global_statistics global_statistics = { 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;