MINOR: tasklets: Don't attempt to add a tasklet in the list twice.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 17 Jul 2018 16:29:22 +0000 (18:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:43 +0000 (16:23 +0200)
commite17c2d3e57eebd8b3605fb7eb765dc05ca3bca80
treeae2af8fccaf92dadd69dd0805e1d08c061c18a8b
parent23d465c48ce8e39ad3d365d0ee87d20cb7768907
MINOR: tasklets: Don't attempt to add a tasklet in the list twice.

Don't try to add a tasklet to the run queue if it's already in there, or we
might get an infinite loop.
include/proto/task.h