Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
hash_bucket_node Struct Reference

Data Fields

struct ao2_container_node common
 Items common to all container nodes. More...
 
struct {
   struct hash_bucket_node *   first
 
   struct hash_bucket_node *   last
 
links
 
int my_bucket
 

Detailed Description

A structure to create a linked list of entries, used within a bucket.

Definition at line 37 of file astobj2_hash.c.

Field Documentation

struct ao2_container_node common

Items common to all container nodes.

Note
Must be first in the specific node struct.

Definition at line 42 of file astobj2_hash.c.

struct { ... } links

Next node links in the list.

int my_bucket

Hash bucket holding the node.

Definition at line 46 of file astobj2_hash.c.


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