haproxy/include
Willy Tarreau 86eded6c69 CLEANUP: tasks: rename task_remove_from_tasklet_list() to tasklet_remove_*
The function really only operates on tasklets, its arguments are always
tasklets cast as tasks to match the function's type, to be cast back to
a struct tasklet. Let's rename it to tasklet_remove_from_tasklet_list(),
take a struct tasklet, and get rid of the undesired task casts.
2019-06-14 14:57:03 +02:00
..
common MINOR: htx: Add 3 flags on the start-line to deal with the request schemes 2019-06-14 11:13:32 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto CLEANUP: tasks: rename task_remove_from_tasklet_list() to tasklet_remove_* 2019-06-14 14:57:03 +02:00
types CLEANUP: connection: rename the wait_event.task field to .tasklet 2019-06-14 14:42:29 +02:00