commit | 41e701e2c1aeafa3199753b44df99194b5594bd6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 08 15:12:59 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 08 16:13:38 2022 +0200 |
tree | 7e19ac51110f3128c8aa53e0f61e0e70fced670b | |
parent | 0fbc16cfb91d1a4c519576f7d06d819cab3b012f [diff] |
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.