MINOR: tasks: Allow tasklet_wakeup() to wakeup a task.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 1 Aug 2018 13:58:44 +0000 (15:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 15:29:53 +0000 (17:29 +0200)
commit5d18718c8f85d43d3bc1c172e8538564ce0ad7ce
tree62d0c71ee04799143328398b28f2b013fc6c1e5b
parented0f207ef5967dd486d1c038161ec48db8df88ec
MINOR: tasks: Allow tasklet_wakeup() to wakeup a task.

Modify tasklet_wakeup() so that it handles a task as well, and inserts it
directly into the tasklet list, making it effectively a tasklet.
This should make future developments easier.
include/proto/task.h