mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-26 19:24:26 +02:00
Create a new structure li_per_thread. This is uses as an array in the listener structure, with an entry allocated per thread. The new function li_init_per_thr is responsible of the allocation. For now, li_per_thread contains fields only useful for QUIC listeners. As such, it is only allocated for QUIC listeners.