]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: quic: export the few task handlers that often appear in task dumps
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 13:12:59 +0000 (15:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 14:13:38 +0000 (16:13 +0200)
commit41e701e2c1aeafa3199753b44df99194b5594bd6
tree7e19ac51110f3128c8aa53e0f61e0e70fced670b
parent0fbc16cfb91d1a4c519576f7d06d819cab3b012f
DEBUG: quic: export the few task handlers that often appear in task dumps

The following task/tasklet handlers often appear in "show profiling tasks"
but were not resolved since static:

 qc_io_cb, quic_conn_app_io_cb, process_timer,
 quic_accept_run, qc_idle_timer_task

This commit simply exports them so they can be resolved now. "process_timer"
which was a bit too generic and renamed to qc_process_timer.
src/mux_quic.c
src/quic_sock.c
src/xprt_quic.c