CLEANUP: tasks: use a less confusing name for task_list_size
authorWilly Tarreau <w@1wt.eu>
Wed, 24 Feb 2021 13:13:40 +0000 (14:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 24 Feb 2021 16:42:04 +0000 (17:42 +0100)
commit1f3b1417b87e4587ecd29f7f9ba4f468fc235b44
tree48fd89565e025bd180b174d8974df80c334a34e0
parent2c41d77ebc8c47374784d00e7026b484fbb56389
CLEANUP: tasks: use a less confusing name for task_list_size

This one is systematically misunderstood due to its unclear name. It
is in fact the number of tasks in the local tasklet list. Let's call
it "tasks_in_list" to remove some of the confusion.
include/haproxy/task-t.h
src/debug.c
src/task.c