ao_task: Task ids are 8-bits, fix type in struct ao_task
authorKeith Packard <keithp@keithp.com>
Fri, 28 Jan 2022 23:44:03 +0000 (15:44 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 17 Feb 2022 01:26:49 +0000 (17:26 -0800)
commitb10049d847fac855b1139d6441de853641b7365b
tree1e9efff8e59ffe2179918688c57969027136c874
parent55ca3cb64e19664e5ffc19d6ff92f46e4252f3b8
ao_task: Task ids are 8-bits, fix type in struct ao_task

These are densely allocated and should never be larger than the
maximum number of task slots, so fix the type to be 8-bits just like
all other places where a task_id is used.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_storage.c
src/kernel/ao_task.h