#include <list.h>
Data Fields | |
list_node_t * | head |
the head of the list | |
list_node_t * | last_get |
a pointer to the last node an item was returned from with get(). This is used to speed up sequential gets() | |
int | last_get_num |
the index of the last item gotten | |
int | size |
the number of items in the list |
Definition at line 51 of file list.h.