Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net
Module Name: src
Committed By: dyoung
Date: Mon Dec 4 01:45:50 UTC 2006
Modified Files:
src/sys/net: radix.c
Log Message:
Extract subroutines rn_walkfirst() and rn_walknext() from rn_walktree().
No functional change intended.
Add some new diagnostic code, bracketed by #ifdef RN_DEBUG, that
uses the two new subroutines to walk and print a tree.
XXX The format of the diagnostic print-outs needs improvement.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/net/radix.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index