]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stick-tables: use the sample type names
authorThierry FOURNIER <tfournier@arpalert.org>
Fri, 24 Jul 2015 06:46:42 +0000 (08:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit5d24ebc3d70e7a0316d0954777a5f75a64fe7ac5
tree1be081b6f068869181a37c6375c6a248399f039e
parentbc8c4044493c4f6251fc5f1b0b0b3da3936ae4e1
MEDIUM: stick-tables: use the sample type names

This patch removes the special stick tables types names and
use the standard sample type names. This avoid the maintainance
of two types and remove the switch/case for matching a sample
type for each stick table type.
include/proto/proto_tcp.h
include/types/stick_table.h
src/dumpstats.c
src/peers.c
src/stick_table.c