Date: Fri, 28 Apr 2000 17:23:40 -0700 From: Jake Burkholder <jburkhol@home.com> To: Archie Cobbs <archie@freebsd.org> Cc: freebsd-arch@freebsd.org Subject: Re: cvs commit: src/sys/sys queue.h Message-ID: <20000429002340.84C11BCA7@io.yi.org> In-Reply-To: Message from Archie Cobbs <archie@FreeBSD.ORG> of "Thu, 27 Apr 2000 15:50:13 PDT." <200004272250.PAA26982@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> archie 2000/04/27 15:50:13 PDT > > Modified files: > sys/sys queue.h > Log: > Add a new macro CIRCLEQ_FOREACH_REVERSE for traversing through a > circle queue in the reverse direction (from tail to head). > > Revision Changes Path > 1.34 +6 -1 src/sys/sys/queue.h On my web page is a patch that adds TAILQ_FOREACH_REVERSE and updates the man page for both new macros. I also wrote a dumb little program that demonstrates the possible use of a traversal macro with an additional condition. I'll do the work of adding such a thing to the header and updating the manpage if anyone else thinks it would be useful. Comments on names and semantics appreciated. http://io.yi.org Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000429002340.84C11BCA7>