MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb()
authorWilly Tarreau <w@1wt.eu>
Fri, 10 Mar 2023 11:04:02 +0000 (12:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Mar 2023 13:30:01 +0000 (14:30 +0100)
commit8f6da6464180ee72a0a7065888bd8d40c790635e
tree147f598ad47776deb7133a33c8587b3541df9a22
parent4377dbd756efa1645106b0e53d3ddaba9a6f0702
MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb()

This one is printed as the iocb in the "show fd" output, and arguably
this wasn't very convenient as-is:
    293 : st=0x000123(cl heopI W:sRa R:sRA) ref=0 gid=1 tmask=0x8 umask=0x0 prmsk=0x8 pwmsk=0x0 owner=0x7f488487afe0 iocb=0x50a2c0(main+0x60f90)

Let's unstatify it and export it so that the symbol can now be resolved
from the various points that need it.
include/haproxy/quic_sock.h
src/quic_sock.c
src/tools.c