commit | 0e3457b63ac993f7619f74aad2cc05ef21835521 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Wed Jun 30 17:18:28 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jul 06 07:24:42 2021 +0200 |
tree | fc10cb84c863bc098d006804a5d9895c20a82805 | |
parent | 08b0f6780c45099b8d03bfd9e398d3f51519e667 [diff] |
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.