[master] 99407d3 This bug shows why having both BE and LE test-boxes is important.

Poul-Henning Kamp phk at FreeBSD.org
Mon May 30 10:43:05 CEST 2016


commit 99407d37a7c95fdcbccfc4b4e20220f7567ece9e
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