X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=3e170424e74df6ab0e577f4898c15d7cb1069ab3;hp=8458aa16b7e6fba66ca4717aeb9c4ec721ef0d3b;hb=66b1e23830d60ea98b0ba2ac5644ef24a45f9c55;hpb=1a79d9223546c790bb81f928b38b90a7a44f9153 diff --git a/jcc.h b/jcc.h index 8458aa16..3e170424 100644 --- a/jcc.h +++ b/jcc.h @@ -86,6 +86,11 @@ 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; +extern privoxy_mutex_t block_statistics_mutex; +#endif + #ifndef HAVE_GMTIME_R extern privoxy_mutex_t gmtime_mutex; #endif /* ndef HAVE_GMTIME_R */ @@ -104,7 +109,7 @@ extern privoxy_mutex_t rand_mutex; #ifdef FEATURE_HTTPS_INSPECTION extern privoxy_mutex_t certificate_mutex; -extern privoxy_mutex_t rng_mutex; +extern privoxy_mutex_t ssl_init_mutex; #endif #endif /* FEATURE_PTHREAD */