MINOR: quic: Make ->tx.frms quic_pktns struct member be thread safe
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 27 Jul 2021 09:43:11 +0000 (11:43 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitc88df07bddf558a1949f724e145885514459507d
tree95bf330f4e67b04f2bdc1e2755ffaabe87631c54
parent120ea6f1694d4c0cbb2b0894d0a6247798125bd3
MINOR: quic: Make ->tx.frms quic_pktns struct member be thread safe

Replace this member which is a list struct by an mt_list struct.
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
src/xprt_quic.c