]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move peers.h to haproxy/peers{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 16:38:21 +0000 (18:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit3c2a7c2788bc72fd30663a76096eb5a165734281
tree70f670e1f25d6f4abc521ce57154a354026e08b3
parent126ba3a1e10cac791af8915a14d5f459407a7222
REORG: include: move peers.h to haproxy/peers{,-t}.h

The cfg_peers external declaration was moved to the main file instead
of the type one. A few types were still missing from the proto, causing
warnings in the functions prototypes (proxy, stick_table).
include/haproxy/peers-t.h [moved from include/types/peers.h with 96% similarity]
include/haproxy/peers.h [moved from include/proto/peers.h with 86% similarity]
include/types/stick_table.h
src/cfgparse.c
src/cli.c
src/haproxy.c
src/mworker.c
src/peers.c
src/proxy.c
src/stick_table.c