aboutsummaryrefslogtreecommitdiffstats
path: root/src/dlist.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* imported list.h from the Linux kernel sourcesMax Kellermann2008-09-011-0/+484
linux/list.h is a nice doubly linked list library - it is lightweight and powerful at the same time. It will be useful later, when we begin to allocate client structures dynamically. Import it, and strip out all the stuff which we are not going to use.