libosmocore 1.10.0.58-6cd7a
Osmocom core library
|
Double linked lists with a single pointer list head. More...
#include <linuxlist.h>
Data Fields | |
struct hlist_node * | first |
Double linked lists with a single pointer list head.
Mostly useful for hash tables where the two pointer list head is too wasteful. You lose the ability to access the tail in O(1).
struct hlist_node* hlist_head::first |
Referenced by hlist_move_list().