r4894 - trunk/varnish-cache/bin/varnishstat

phk at varnish-cache.org phk at varnish-cache.org
Sat Jun 5 12:04:40 CEST 2010


Author: phk
Date: 2010-06-05 12:04:39 +0200 (Sat, 05 Jun 2010)
New Revision: 4894

Modified:
   trunk/varnish-cache/bin/varnishstat/varnishstat.c
Log:
Oops!  r4893 contained most of what should go in this commit:

Rewrite -1 and -x handing to use new VSL_IterStat() support.



Modified: trunk/varnish-cache/bin/varnishstat/varnishstat.c
===================================================================
--- trunk/varnish-cache/bin/varnishstat/varnishstat.c	2010-06-05 10:03:27 UTC (rev 4893)
+++ trunk/varnish-cache/bin/varnishstat/varnishstat.c	2010-06-05 10:04:39 UTC (rev 4894)
@@ -96,7 +96,7 @@
 	const char *fmt,	/* field format ("uint64_t")		*/
 	int flag,		/* 'a' = counter, 'i' = gauge		*/
 	const char *desc,	/* description				*/
-	const volatile void *const ptr) 	/* field value			*/
+	const volatile void *const ptr) 	/* field value		*/
 {
 	uint64_t val;
 	struct xml_priv *xp;
@@ -154,7 +154,7 @@
 	const char *fmt,	/* field format ("uint64_t")		*/
 	int flag,		/* 'a' = counter, 'i' = gauge		*/
 	const char *desc,	/* description				*/
-	const volatile void * const ptr) 	/* field value			*/
+	const volatile void * const ptr) 	/* field value		*/
 {
 	struct once_priv *op;
 	uint64_t val;




More information about the varnish-commit mailing list