From 8716875ea49393540c81eafe50663e694a7313d7 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 13 Jun 2022 16:31:53 +0200 Subject: [PATCH] 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;