Willy Tarreau 3ebe4d989c MEDIUM: initcall: move STG_REGISTER earlier
The STG_REGISTER init level is used to register known keywords and
protocol stacks. It must be called earlier because some of the init
code already relies on it to be known. For example, "haproxy -vv"
for now is constrained to start very late only because of this.

This patch moves it between STG_LOCK and STG_ALLOC, which is fine as
it's used for static registration.
2022-02-23 17:11:33 +01:00
..
2006-06-15 21:48:13 +02:00
2021-11-23 15:50:11 +01:00
2006-06-15 21:48:13 +02:00
2021-05-10 07:50:26 +02:00