Commit e5eff019 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Just an XXX observation



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4900 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 93338075
......@@ -187,7 +187,12 @@ vsl_k_arg(struct VSL_data *vd, const char *opt)
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment