MINOR: quic: Rename ->rx.rwlock of quic_enc_level struct to ->rx.pkts_rwlock
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 26 Jul 2021 14:38:14 +0000 (16:38 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit98cdeb2f0cdc0a83a699e8291679e384e02564ee
tree3eb739627ddcaf7008f1a95eb1e810f07bf4c6bb
parent9054d1b5645f150c5c60dcca8cc2094608fe5961
MINOR: quic: Rename ->rx.rwlock of quic_enc_level struct to ->rx.pkts_rwlock

As there are at two RW lock in this structure, let's the name of this lock
be more explicit.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c