Add FEATURE_EXTENDED_STATISTICS to gather filter statistics
[privoxy.git] / jcc.h
diff --git a/jcc.h b/jcc.h
index 8458aa1..3412ab2 100644 (file)
--- a/jcc.h
+++ b/jcc.h
@@ -86,6 +86,10 @@ extern privoxy_mutex_t external_filter_mutex;
 extern privoxy_mutex_t client_tags_mutex;
 #endif
 
+#ifdef FEATURE_EXTENDED_STATISTICS
+extern privoxy_mutex_t filter_statistics_mutex;
+#endif
+
 #ifndef HAVE_GMTIME_R
 extern privoxy_mutex_t gmtime_mutex;
 #endif /* ndef HAVE_GMTIME_R */