X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=3e170424e74df6ab0e577f4898c15d7cb1069ab3;hp=345658a2068f782f75be54866c59c178b37d349f;hb=32ba28b1225c54c850c48814b018e7afcffbd0a5;hpb=bce0c44ff68888e53be6e0f986cb46c39ce8e3a5 diff --git a/jcc.h b/jcc.h index 345658a2..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 */ @@ -102,8 +107,10 @@ extern privoxy_mutex_t resolver_mutex; extern privoxy_mutex_t rand_mutex; #endif /* ndef HAVE_RANDOM */ +#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 */