summaryrefslogtreecommitdiff
path: root/src/stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.c')
-rw-r--r--src/stats.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stats.c b/src/stats.c
index 8469225..f858fff 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -21,6 +21,10 @@
#include "stats.h"
+int stats_errors = 0;
+int stats_dirs = 0;
+int stats_images = 0;
+
G_LOCK_DEFINE_STATIC (stats_errors);
G_LOCK_DEFINE_STATIC (stats_dirs);