commit | f68b2cb8160288f08b5d40c177f1c7ba84934465 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Jan 25 16:21:47 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Jan 26 16:13:54 2022 +0100 |
tree | c211407e7f51c69d1315a014522c41f5f6fd3543 | |
parent | 2ce99fe4bf22054fbdac84c3a7bb3c31582a00c0 [diff] |
MINOR: listener: define per-thr struct 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.