]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: rename sample fetch functions and declare the sample keywords
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Jan 2013 21:54:17 +0000 (22:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 00:12:57 +0000 (02:12 +0200)
commit0ccb744ffb970e3d6e9179366c8c1b81189b36a3
tree1b96e8e0e7998ef39a7023226c318f87a6bcc73f
parentd6896bc72a57714b127e1bcfc8594272b65b0b0d
MINOR: listener: rename sample fetch functions and declare the sample keywords

The following sample fetch functions were only usable by ACLs but are now
usable by sample fetches too :

          dst_conn, so_id,

The fetch functions have been renamed "smp_fetch_*".
doc/configuration.txt
src/listener.c