]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 16:46:44 +0000 (18:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit872f2ea209adfbd3b90f2987398619bc551ab4b4
tree266e22b28af3665757f81dca3523bb8d0db05ad8
parent3c2a7c2788bc72fd30663a76096eb5a165734281
REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h

The stktable_types[] array declaration was moved to the main file as
it had nothing to do in the types. A few declarations were reordered
in the types file so that defines were before the structs. Thread-t
was added since there are a few __decl_thread(). The loss of peers.h
revealed that cfgparse-listen needed it.
22 files changed:
include/haproxy/action-t.h
include/haproxy/arg-t.h
include/haproxy/hlua-t.h
include/haproxy/peers.h
include/haproxy/sample.h
include/haproxy/stick_table-t.h [moved from include/types/stick_table.h with 96% similarity]
include/haproxy/stick_table.h [moved from include/proto/stick_table.h with 96% similarity]
include/proto/session.h
include/proto/stream.h
include/types/proxy.h
include/types/session.h
include/types/stream.h
src/acl.c
src/action.c
src/cfgparse-listen.c
src/cfgparse.c
src/hlua_fcn.c
src/peers.c
src/sample.c
src/stick_table.c
src/stream.c
src/tcp_rules.c