Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ao2_container_node Struct Reference

Generic container node. More...

#include <astobj2_container_private.h>

Data Fields

unsigned int is_linked:1
 
struct ao2_containermy_container
 
void * obj
 

Detailed Description

Generic container node.

This is the base container node type that contains values common to all container nodes.

Definition at line 68 of file astobj2_container_private.h.

Field Documentation

unsigned int is_linked

TRUE if the node is linked into the container.

Definition at line 74 of file astobj2_container_private.h.

struct ao2_container* my_container

Container holding the node. (Does not hold a reference.)

Definition at line 72 of file astobj2_container_private.h.

void* obj

Stored object in node.

Definition at line 70 of file astobj2_container_private.h.


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