REORG: global: move initcall register code in a dedicated file
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 25 Mar 2021 14:09:38 +0000 (15:09 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 Mar 2021 14:28:33 +0000 (15:28 +0100)
commitce44482fe5d1ad320645d0ff274c0af2b187051c
treeffeb7c62a3c84e5881f15c1508760bcd7e422c82
parentdf627943a456a330be82cc012870ede8f43bd80f
REORG: global: move initcall register code in a dedicated file

Create a new module init which contains code related to REGISTER_*
macros for initcalls. init.h is included in api.h to make init code
available to all modules.

It's a step to clean up a bit haproxy.c/global.h.
Makefile
include/haproxy/api.h
include/haproxy/global.h
include/haproxy/init-t.h [new file with mode: 0644]
include/haproxy/init.h [new file with mode: 0644]
src/fcgi-app.c
src/haproxy.c
src/init.c [new file with mode: 0644]
src/resolvers.c