Mailing List Archive

cvs commit: apache-2.0/src/include bsd_queue.h
fanf 00/09/07 04:22:50

Removed: src/include bsd_queue.h
Log:
Damn. I just worked out that since I first patched in this code we
added split() to the buckets API, which requires a Q_INSERT_AFTER
macro which doesn't depend on knowing where the head of the queue
is. None of these ones fits the bill. However Dean's ring.h does,
plus it is rather tighter which is always nice, so I'll work up
something based on that instead -- we can't use it directly because
we can't depend on inline in the way that it does.

Bah, etc.