Tue Aug 24 2010 19:42:03

Asterisk developer's documentation


Data Fields

bucket_list Struct Reference

Collaboration diagram for bucket_list:
Collaboration graph
[legend]

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 { ... } entry
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: