Rename the mutex used to protect the block reason statistics
[privoxy.git] / jcc.h
diff --git a/jcc.h b/jcc.h
index 3e17042..df513b8 100644 (file)
--- a/jcc.h
+++ b/jcc.h
@@ -88,7 +88,7 @@ extern privoxy_mutex_t client_tags_mutex;
 
 #ifdef FEATURE_EXTENDED_STATISTICS
 extern privoxy_mutex_t filter_statistics_mutex;
-extern privoxy_mutex_t block_statistics_mutex;
+extern privoxy_mutex_t block_reason_statistics_mutex;
 #endif
 
 #ifndef HAVE_GMTIME_R