MINOR: stick-table: make skttable_data_cast to use only std types
authorEmeric Brun <ebrun@haproxy.com>
Wed, 30 Jun 2021 15:18:28 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 6 Jul 2021 05:24:42 +0000 (07:24 +0200)
commit0e3457b63ac993f7619f74aad2cc05ef21835521
treefc10cb84c863bc098d006804a5d9895c20a82805
parent08b0f6780c45099b8d03bfd9e398d3f51519e667
MINOR: stick-table: make skttable_data_cast to use only std types

This patch replaces all advanced data type aliases on
stktable_data_cast calls by standard types.

This way we could call the same stktable_data_cast
regardless of the used advanced data type as long they
are using the same std type.

It also removes all the advanced data type aliases.
include/haproxy/session.h
include/haproxy/stick_table-t.h
include/haproxy/stick_table.h
include/haproxy/stream.h
src/http_act.c
src/session.c
src/stick_table.c
src/stream.c