Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
A structure to create a linked list of entries, used within a bucket.
Definition at line 37 of file astobj2_hash.c.
struct ao2_container_node common |
Items common to all container nodes.
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.