
Data Fields | |
| struct astobj2 * | astobj |
| struct { | |
| struct bucket_list * next | |
| } | entry |
| int | version |
A structure to create a linked list of entries, used within a bucket. XXX
Definition at line 529 of file astobj2.c.
Referenced by __ao2_callback(), __ao2_iterator_next(), and __ao2_link().
| struct { ... } entry |
Referenced by __ao2_callback(), __ao2_iterator_next(), container_destruct(), and container_destruct_debug().
| struct bucket_list* next |
| int version |
Definition at line 528 of file astobj2.c.
Referenced by __ao2_iterator_next(), and __ao2_link().