[master] fd3fb35 Staticize

Poul-Henning Kamp phk at FreeBSD.org
Tue Nov 7 19:21:07 UTC 2017


commit fd3fb3527f7b4ff7978c65d7398f20424f937179
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Nov 7 11:57:38 2017 +0000

    Staticize

diff --git a/lib/libvmod_debug/vmod_debug.c b/lib/libvmod_debug/vmod_debug.c
index ad6b6a5..3493578 100644
--- a/lib/libvmod_debug/vmod_debug.c
+++ b/lib/libvmod_debug/vmod_debug.c
@@ -65,7 +65,7 @@ struct priv_vcl {
 
 static VCL_DURATION vcl_release_delay = 0.0;
 
-pthread_mutex_t vsc_mtx = PTHREAD_MUTEX_INITIALIZER;
+static pthread_mutex_t vsc_mtx = PTHREAD_MUTEX_INITIALIZER;
 static struct VSC_debug *vsc;
 
 VCL_VOID __match_proto__(td_debug_panic)


More information about the varnish-commit mailing list