MINOR: task: move the nice field to the struct task only
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Mar 2021 15:06:38 +0000 (16:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Mar 2021 07:30:08 +0000 (08:30 +0100)
commite0d5942ddd7e528055940e84e856141d28bb25cb
treec428a94a95e42aca69710e90a8984ac4708f4c06
parentdb4e238938588b0a1ae9a5ebd95c2c737e77ceb4
MINOR: task: move the nice field to the struct task only

The nice field isn't needed anymore for the tasklet so we can move it
from the TASK_COMMON area into the struct task which already has a
hole around the expire entry.
include/haproxy/task-t.h
include/haproxy/task.h