libosmocore  1.5.1
Osmocom core library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
hlist_head Struct Reference

Double linked lists with a single pointer list head. More...

#include <linuxlist.h>

Data Fields

struct hlist_nodefirst
 

Detailed Description

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).

Field Documentation

struct hlist_node* hlist_head::first

The documentation for this struct was generated from the following file: