cvs commit: src/sys/sys tree.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Mar 28 14:22:49 PST 2006
dillon 2006/03/28 14:17:05 PST
DragonFly src repository
Modified files:
sys/sys tree.h
Log:
Add a RB_PREV() function which returns the previous node in a red-black
tree, similar to RB_NEXT(), and fix a bug in RB_GENERATE3(). RB_GENERATE3()
is not yet used in the system but will be used by CCMS.
Revision Changes Path
1.5 +26 -5 src/sys/sys/tree.h
http://www.dragonflybsd.org/cvsweb/src/sys/sys/tree.h.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list