]> git.kaiwu.me - haproxy.git/commit
MINOR: tasks: Use __task_get_current_owner() in task_kill.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 11 Jun 2026 14:20:29 +0000 (16:20 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 12 Jun 2026 09:49:09 +0000 (11:49 +0200)
commit95cb3251a07a7b80765b3f999324678eb1c331a5
tree475d6b88f8f2df13d3af7521c7c1f0e661ca8b30
parent74b16c5477c16f8e44237d6d87ecb83945d6c289
MINOR: tasks: Use __task_get_current_owner() in task_kill.

In task_kill(), to know which thread to send the task to, use
__task_get_current_owner(), in preparation for future changes.
src/task.c