X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=df513b8353fbbaf40cb8fe77d7ee745bd7d65bcc;hp=345658a2068f782f75be54866c59c178b37d349f;hb=c5a40240177ba7f8e30cdac6de6c15a3ddfeca54;hpb=bce0c44ff68888e53be6e0f986cb46c39ce8e3a5 diff --git a/jcc.h b/jcc.h index 345658a2..df513b83 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_reason_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 */