rbtree: fix nil nodes handling
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Mar 2010 02:16:07 +0000 (21:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Mar 2010 02:16:07 +0000 (21:16 -0500)
commit21cddea30841f955b27f301eb6111abb33f031d8
tree3b1f32710efeff1e786d953ac0433fcd3dbe90c5
parent3bc7f395609a073ff46412abeb30bdd5d26dd5c0
rbtree: fix nil nodes handling

Don't copy and create new nodes for nil nodes. They have to always point to the
same!

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-rbtree.c
This page took 0.02675 seconds and 4 git commands to generate.