]> git.tuebingen.mpg.de Git - paraslash.git/commit
Make rbtree_loop() and rbtree_loop_reverse() safe against removal of an entry.
authorAndre Noll <maan@systemlinux.org>
Mon, 24 Sep 2007 16:08:13 +0000 (18:08 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 24 Sep 2007 16:08:13 +0000 (18:08 +0200)
commitc15047cf845354f336abf67c270267d016e41167
treed08651b4e7bd8e2540b86fba24c07a0f87ca8d32
parent28c8e051a5e94db5105787e8450bab35931f78b8
Make rbtree_loop() and rbtree_loop_reverse() safe against removal of an entry.

Also, fix the documentation of osl_rbtree_loop() which claimed that an
osl_rbtree_loop_func takes two void pointers which is not true any more.
osl.c