]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: stick-tables: use sample types in place of dedicated types
authorThierry FOURNIER <tfournier@arpalert.org>
Mon, 10 Aug 2015 15:53:45 +0000 (17:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commitbc8c4044493c4f6251fc5f1b0b0b3da3936ae4e1
treed87678091dfa62dc85ce5b60c29dbce6f18bb44b
parent4dc15d1a2d30b26107f146216d10a4489f28831b
MAJOR: stick-tables: use sample types in place of dedicated types

This patch is the first step for sample integration. Actually
the stick tables uses her own data type, and some converters
must be called to convert sample type to stick-tables types.

This patch removes the stick-table types and replace it by
the sample types. This prevent:
 - Maintenance of two types of converters
 - reduce the code using the samples converters
include/proto/proto_tcp.h
include/types/stick_table.h
src/stick_table.c