[4.1] ae8a017 This bug shows why having both BE and LE test-boxes is important.

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 12:58:08 CEST 2016


commit ae8a0175de936e8095fb05fd97bb37731f92aba1
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 30 08:41:08 2016 +0000

    This bug shows why having both BE and LE test-boxes is important.

diff --git a/bin/varnishd/common/params.h b/bin/varnishd/common/params.h
index d5ac4f5..678ed26 100644
--- a/bin/varnishd/common/params.h
+++ b/bin/varnishd/common/params.h
@@ -96,7 +96,7 @@ struct params {
 	double			wthread_add_delay;
 	double			wthread_fail_delay;
 	double			wthread_destroy_delay;
-	double			wthread_stats_rate;
+	unsigned		wthread_stats_rate;
 	ssize_t			wthread_stacksize;
 	unsigned		wthread_queue_limit;
 



More information about the varnish-commit mailing list