]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[OPTIM] shrink wake_expired_tasks() by using task_wakeup()
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Jun 2008 17:25:52 +0000 (19:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 29 Jun 2008 17:25:52 +0000 (19:25 +0200)
commitaf754fc88f8a37939af9efbec22a8f0530d35c4e
tree4acb2dd78e593b28905591a5b693f3435235760c
parent69e989ccbcc1d5cbb623493d6c9cca169fb36ff6
[OPTIM] shrink wake_expired_tasks() by using task_wakeup()

It's not worth duplicating task_wakeup() in wake_expired_tasks().
Calling it reduces code size and slightly improves performance.
src/task.c