Commit 9d2652c9 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Note an idea



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2904 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent c2bc74be
......@@ -124,6 +124,12 @@ vcc_EmitBeIdent(struct vsb *v, const struct token *name, const struct token *qua
/*--------------------------------------------------------------------
* Helper functions to complain about duplicate and missing fields
*
* XXX: idea: add groups to check for exclusivity, such that
* XXX: ("!foo", "?bar", "!{", "this", "that", "}", NULL)
* XXX: means exactly one of "this" or "that", and
* XXX: ("!foo", "?bar", "?{", "this", "that", "}", NULL)
* XXX: means at most one of "this" or "that".
*/
struct fld_spec {
......
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