commit | af754fc88f8a37939af9efbec22a8f0530d35c4e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 29 19:25:52 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 29 19:25:52 2008 +0200 |
tree | 4acb2dd78e593b28905591a5b693f3435235760c | |
parent | 69e989ccbcc1d5cbb623493d6c9cca169fb36ff6 [diff] |
[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.