commit | 8f6da6464180ee72a0a7065888bd8d40c790635e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 10 12:04:02 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 10 14:30:01 2023 +0100 |
tree | 147f598ad47776deb7133a33c8587b3541df9a22 | |
parent | 4377dbd756efa1645106b0e53d3ddaba9a6f0702 [diff] |
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.