]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: frontend: rename sample fetch functions and declare the sample keywords
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Jan 2013 21:48:29 +0000 (22:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 00:12:57 +0000 (02:12 +0200)
commitd6896bc72a57714b127e1bcfc8594272b65b0b0d
tree6fe0632f3e54ee4a40c4470a754ca16d05167b79
parent1a7eca19b82b0abdc40d5466154299832047ebbf
MINOR: frontend: 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 :

      fe_conn, fe_id, fe_sess_rate

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