On 25/01/2010 8:49 PM, James Carlson wrote: > Darren Reed wrote: > >> * single linked list >> * double linked list >> * tail queue& singly linked tail queue >> * simple queue >> * circular queue >> > Looks good. > > Are these intended as both kernel and user or just kernel only (as > <sys/> might imply)? >
The interfaces as presented can be used for both user and kernel. > Perhaps not strictly architectural in nature, but are any mdb walkers > and/or dcmds provided to help out when using these, as we have for the > native list_t mechanism? If not, you may want to consider investigating > those. > Current there are no mdb walkers or dcmds. Seems like a worthy RFE or two. Darren