]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: export the global temporary pattern
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2011 14:23:14 +0000 (15:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Dec 2011 16:33:25 +0000 (17:33 +0100)
commit5e6cc4aad8c7a7bd83f64e5a2a360db01bc5003f
tree2c65b07466b28568dca3e9efd8eece5f60b8633d
parent5dc1e98905154d883dd1d5d357183f37ce202a7e
MINOR: pattern: export the global temporary pattern

The global pattern is used for pattern conversions. Export it under the
name "temp_pattern" so that it can later be used by ACLs.
include/proto/pattern.h
src/pattern.c