commit | 86eded6c69516f579427533c6dcca07c38dc87ac | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 14 14:47:49 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 14 14:57:03 2019 +0200 |
tree | 55baca36bea0c0d930c9b1a66a692476bdd19296 | |
parent | 3c39a7d8891e5e2db3b7803302d6552ccefab280 [diff] |
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.