Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


bucket_entry Struct Reference

Data Fields

struct astobj2astobj
 
struct {
   struct bucket_entry *   next
 
entry
 
int version
 

Detailed Description

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

Todo:
this should be private to the container code

Definition at line 480 of file astobj2.c.

Field Documentation

struct astobj2* astobj

Definition at line 483 of file astobj2.c.

Referenced by internal_ao2_callback(), internal_ao2_iterator_next(), and internal_ao2_link().

struct bucket_entry* next

Definition at line 481 of file astobj2.c.

int version

Definition at line 482 of file astobj2.c.

Referenced by internal_ao2_iterator_next(), and internal_ao2_link().


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