REORG: stick-table: uninline stktable_alloc_data_type()
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 12:10:42 +0000 (14:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:24:09 +0000 (20:24 +0200)
commit3b63ca20f4c37e6ecf527c5fc400e4dcebe6df4c
tree3c37ce2fe393cb7bcc5ce011152579a6a863004e
parente59b5169b39c79f9a6ee478fcf6f622954d75722
REORG: stick-table: uninline stktable_alloc_data_type()

This function has no business being inlined in stick_table.h since it's
only used at boot time by the config parser. In addition it causes an
undesired dependency on tools.h because it uses parse_time_err(). Let's
move it to stick_table.c.
include/haproxy/stick_table.h
src/stick_table.c