r4900 - trunk/varnish-cache/lib/libvarnishapi

phk at varnish-cache.org phk at varnish-cache.org
Sat Jun 5 14:51:33 CEST 2010


Author: phk
Date: 2010-06-05 14:51:33 +0200 (Sat, 05 Jun 2010)
New Revision: 4900

Modified:
   trunk/varnish-cache/lib/libvarnishapi/vsl_arg.c
Log:
Just an XXX observation



Modified: trunk/varnish-cache/lib/libvarnishapi/vsl_arg.c
===================================================================
--- trunk/varnish-cache/lib/libvarnishapi/vsl_arg.c	2010-06-05 12:48:59 UTC (rev 4899)
+++ trunk/varnish-cache/lib/libvarnishapi/vsl_arg.c	2010-06-05 12:51:33 UTC (rev 4900)
@@ -187,7 +187,12 @@
 	return (1);
 }
 
-/*--------------------------------------------------------------------*/
+/*--------------------------------------------------------------------
+ * XXX: Should really be split into three:
+ *   VSL_Arg() for generic args for all programs (-n)
+ *   VSL_Log_Arg() for log readers.
+ *   VSL_Stat_Arg() for stat reporters.
+ */
 
 int
 VSL_Arg(struct VSL_data *vd, int arg, const char *opt)




More information about the varnish-commit mailing list