Date: Sun, 4 Aug 2002 22:18:43 -0700 (PDT) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys queue.h Message-ID: <200208050518.g755IhoC097101@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/08/04 22:18:43 PDT
Modified files:
sys/sys queue.h
Log:
Add a macro for SLIST traversal 'SLIST_FOREACH_PREVPTR',
this macro keeps a pointer to the previous element's next
pointer to allow for search and O(1) removal.
Revision Changes Path
1.54 +5 -0 src/sys/sys/queue.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208050518.g755IhoC097101>
