REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 09:54:59 +0000 (11:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Aug 2020 16:51:36 +0000 (18:51 +0200)
commit1318034317ef14d7640ee242d874290d5dd84418
treed529d707591da7e84b353585983823f25f18234b
parentde70ca5dfd469fc4d06579ac0cce95a50df2257d
REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c

Let's finish the cleanup and get rid of all bind and server keywords
parsers from proto_uxst.c. They're now moved to cfgparse-unix.c. Now
proto_uxst.c is clean and only contains code related to binding and
connecting.
Makefile
src/cfgparse-unix.c [new file with mode: 0644]
src/proto_uxst.c