From: Willy Tarreau Date: Mon, 13 Jun 2022 14:31:53 +0000 (+0200) Subject: CLEANUP: quic: use task_new_on() for single-threaded tasks X-Git-Tag: v2.7-dev1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8716875ea49393540c81eafe50663e694a7313d7;p=thirdparty%2Fhaproxy.git CLEANUP: quic: use task_new_on() for single-threaded tasks This simply replaces a call to task_new(1<timer_task = task_new(1UL << qc->tid); + qc->timer_task = task_new_on(qc->tid); if (!qc->timer_task) return 0;