Date: Wed, 24 Dec 2008 19:57:22 +0000 (UTC) From: Bruce M Simpson <bms@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sys tree.h Message-ID: <200812241957.mBOJvVng069627@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bms 2008-12-24 19:57:22 UTC FreeBSD src repository Modified files: sys/sys tree.h Log: SVN rev 186479 on 2008-12-24 19:57:22Z by bms Add macro RB_FOREACH_SAFE(), which accepts an additional argument specifying a temporary tree node pointer. It may be used in a similar way to the *_SAFE() macros in <sys/queue.h>. Revision Changes Path 1.8 +5 -0 src/sys/sys/tree.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812241957.mBOJvVng069627>