]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: peers: peers-t.h depends on stick-table-t.h
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 16 Dec 2022 14:40:31 +0000 (15:40 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 16 Dec 2022 14:51:44 +0000 (15:51 +0100)
commit46bea1c6163731a45749e4429fbd1294441a7c68
treece766a8016e4c6ea36060a5844c75d6ce3b88107
parent7332a123c1bec7b486df4e22a76d454a8c9a1ccf
BUILD: peers: peers-t.h depends on stick-table-t.h

peers-t.h uses "struct stktable" as well as STKTABLE_DATA_TYPES which
are defined in stick-table-t.h. It works by accident because
stick-table-t.h was always included before. But could provoke build
issue with EXTRA code.

To be backported as far as 2.2.
include/haproxy/peers-t.h