r5749 - trunk/varnish-cache/include

phk at varnish-cache.org phk at varnish-cache.org
Fri Jan 14 15:22:59 CET 2011


Author: phk
Date: 2011-01-14 15:22:59 +0100 (Fri, 14 Jan 2011)
New Revision: 5749

Modified:
   trunk/varnish-cache/include/vsc_fields.h
Log:
Add a counter for ESI warnings



Modified: trunk/varnish-cache/include/vsc_fields.h
===================================================================
--- trunk/varnish-cache/include/vsc_fields.h	2011-01-14 12:51:33 UTC (rev 5748)
+++ trunk/varnish-cache/include/vsc_fields.h	2011-01-14 14:22:59 UTC (rev 5749)
@@ -144,6 +144,7 @@
 
 VSC_F(esi_parse,		uint64_t, 0, 'a', "Objects ESI parsed (unlock)")
 VSC_F(esi_errors,		uint64_t, 0, 'a', "ESI parse errors (unlock)")
+VSC_F(esi_warnings,		uint64_t, 0, 'a', "ESI parse warnings (unlock)")
 VSC_F(accept_fail,		uint64_t, 0, 'a', "Accept failures")
 VSC_F(client_drop_late,	uint64_t, 0, 'a', "Connection dropped late")
 VSC_F(uptime,		uint64_t, 0, 'a', "Client uptime")




More information about the varnish-commit mailing list