[master] 9b0a053 Remove the waiting list counter

Poul-Henning Kamp phk at FreeBSD.org
Thu Jan 7 00:30:43 CET 2016


commit 9b0a053a198023d0b7ca3d828085e4bfce993c8e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 6 23:30:31 2016 +0000

    Remove the waiting list counter

diff --git a/include/tbl/vsc_f_main.h b/include/tbl/vsc_f_main.h
index 94341b5..1a01341 100644
--- a/include/tbl/vsc_f_main.h
+++ b/include/tbl/vsc_f_main.h
@@ -290,10 +290,6 @@ VSC_F(n_objecthead,		uint64_t, 1, 'g', 'i', info,
     "objecthead structs made",
 	"Number of objecthead structs made"
 )
-VSC_F(n_waitinglist,		uint64_t, 1, 'g', 'i', debug,
-    "waitinglist structs made",
-	"Number of waitinglist structs made"
-)
 
 VSC_F(n_backend,		uint64_t, 0, 'g', 'i', info,
     "Number of backends",



More information about the varnish-commit mailing list