Files
asterisk/main
Russell Bryant 851b4e474c When converting this code to use the list macros, I changed it so objects are
added to the head of a bucket instead of the tail.  However, while looking over
code with mmichelson, we noticed that the algorithm used in ao2_iterator_next
requires that items are added to the tail.  This wouldn't have caused any huge
problem, but it wasn't correct.  It meant that if an object was added to a
container while you were iterating it, and it was added to the same bucket that
the current element is in, then the new object would be returned by 
ao2_iterator_next, and any other objects in the bucket would be bypassed in
the traversal.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80424 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-22 22:40:27 +00:00
..
2006-08-29 20:50:36 +00:00
2007-08-01 17:56:59 +00:00
2007-08-01 18:08:51 +00:00
2007-06-24 17:39:34 +00:00
2007-07-16 20:53:24 +00:00
2006-10-02 17:25:13 +00:00
2007-07-17 20:01:12 +00:00
2007-08-22 16:14:38 +00:00