[asterisk-commits] russell: branch 1.6.0 r115538 - /branches/1.6.0/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 7 16:12:14 CDT 2008


Author: russell
Date: Wed May  7 16:12:13 2008
New Revision: 115538

URL: http://svn.digium.com/view/asterisk?view=rev&rev=115538
Log:
Blocked revisions 115537 via svnmerge

........
r115537 | russell | 2008-05-07 16:11:33 -0500 (Wed, 07 May 2008) | 10 lines

Fix up a problem that was introduced into the scheduler when it was converted
to use doubly linked lists.  The schedule() function had an optimization that
had it try to guess which direction would be better for the traversal to insert
the task into the scheduler queue.  However, if the code chose the path where
it traversed the queue in reverse, and the result was that the task should be
at the head of the queue, then the code would actually put it at the tail,
instead.

(Problem found by bbryant, debugged and fixed by bbryant and me)

........

Modified:
    branches/1.6.0/   (props changed)

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the asterisk-commits mailing list