REORG: config: extract the proxy parser into cfgparse-listen.c
authorWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2018 14:40:36 +0000 (15:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Nov 2018 05:47:09 +0000 (06:47 +0100)
commit3a1f5fda109fc56ae127d03eaf34ce027c9542e1
tree4b458d36331bf0aa6792d89e5442d0cf8c3ae35a
parent36b9e222bb2b5dc41079ae53d462ce4f2e3d9269
REORG: config: extract the proxy parser into cfgparse-listen.c

This was the largest function of the whole file, taking a rough second
to build alone. Let's move it to a distinct file along with a few
dependencies. Doing so saved about 2 seconds on the total build time.
Makefile
include/common/cfgparse.h
include/proto/proxy.h
include/types/proxy.h
src/cfgparse-listen.c [new file with mode: 0644]
src/cfgparse.c
src/proxy.c