]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: replace type pattern_arg with type arg
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Apr 2012 10:29:52 +0000 (12:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:12 +0000 (20:57 +0200)
commitecfb8e8ff96aa3d5bbb99052b010096d66fdd833
tree3a3ca5142fe9d35b5ef15a746c9336a41de462d8
parent0146c2e873bcfd00bc9db952791edbe105268958
MEDIUM: pattern: replace type pattern_arg with type arg

arg is more complete than pattern_arg since it also covers ACL args,
so let's use this one instead.
include/proto/pattern.h
include/types/pattern.h
src/haproxy.c
src/pattern.c
src/proto_http.c
src/proto_tcp.c