Thu Apr 28 2011 16:57:20

Asterisk developer's documentation


bucket_list Struct Reference

Collaboration diagram for bucket_list:

Data Fields

struct astobj2astobj
struct {
   struct bucket_list *   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 526 of file astobj2.c.


Field Documentation

struct astobj2* astobj

Definition at line 529 of file astobj2.c.

Referenced by __ao2_callback(), __ao2_iterator_next(), and __ao2_link().

struct bucket_list* next

Definition at line 527 of file astobj2.c.

int version

Definition at line 528 of file astobj2.c.

Referenced by __ao2_iterator_next(), and __ao2_link().


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