aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/stats/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/stats/functions.h')
-rw-r--r--src/plugins/stats/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/stats/functions.h b/src/plugins/stats/functions.h
index 76ff75d0..ebd54cf1 100644
--- a/src/plugins/stats/functions.h
+++ b/src/plugins/stats/functions.h
@@ -45,7 +45,7 @@ typedef struct SE_ {
45 UpdateData getData; 45 UpdateData getData;
46 void * get_closure; 46 void * get_closure;
47 unsigned int count; 47 unsigned int count;
48 int fill; /* YES / NO */ 48 int fill; /* fill first "fill" entries */
49} StatEntry; 49} StatEntry;
50 50
51extern StatEntry stats[]; 51extern StatEntry stats[];