]> git.kaiwu.me - haproxy.git/commit
[MINOR] sched: permit a task to stay up between calls
authorWilly Tarreau <w@1wt.eu>
Sat, 21 Mar 2009 12:26:05 +0000 (13:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Mar 2009 12:26:05 +0000 (13:26 +0100)
commit135a113e369ad0afc58f326f4811858f8bf770e5
treefd3762b84c3e465f18901d04c57ea62e805d186d
parent26ca34e66e3fa47cf7dc1f2b2d41e74df6ffdb79
[MINOR] sched: permit a task to stay up between calls

If a task wants to stay in the run queue, it is possible. It just
needs to wake itself up. We just want to ensure that a reniced
task will be processed at the right instant.
src/task.c