commit | 3b63ca20f4c37e6ecf527c5fc400e4dcebe6df4c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 14:10:42 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:24:09 2021 +0200 |
tree | 3c37ce2fe393cb7bcc5ce011152579a6a863004e | |
parent | e59b5169b39c79f9a6ee478fcf6f622954d75722 [diff] |
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.