]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: tasks: Use the MT macros in tasklet_free().
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 10 Jan 2020 15:46:48 +0000 (16:46 +0100)
committerOlivier Houchard <cognet@ci0.org>
Fri, 10 Jan 2020 15:56:59 +0000 (16:56 +0100)
commit3c4f40acbf6cd33b874b224a89ee2a64eb3035d5
tree79be7b143551d82ab7f6597125faff0c419a5a98
parent48726b78e57a69bfcdce624a3a5905c781d5eec0
BUG/MEDIUM: tasks: Use the MT macros in tasklet_free().

In tasklet_free(), to attempt to remove ourself, use MT_LIST_DEL, we can't
just use LIST_DEL(), as we theorically could be in the shared tasklet list.

This should be backported to 2.1.
include/proto/task.h