|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
A node for a resource tree. More...

Data Fields | ||
| struct { | ||
| size_t current | ||
| struct tree_node ** elems | ||
| size_t max | ||
| } | children | |
| char * | display_name | |
| unsigned int | full_state | |
| char | resource [0] | |
A node for a resource tree.
Definition at line 1111 of file res_pjsip_pubsub.c.
| struct { ... } children |
Referenced by build_node_children(), and build_resource_tree().
| size_t current |
Definition at line 1112 of file res_pjsip_pubsub.c.
| char* display_name |
Definition at line 1114 of file res_pjsip_pubsub.c.
Referenced by tree_node_alloc().
| struct tree_node* * elems |
Definition at line 1112 of file res_pjsip_pubsub.c.
| unsigned int full_state |
Definition at line 1113 of file res_pjsip_pubsub.c.
Referenced by tree_node_alloc().
| size_t max |
Definition at line 1112 of file res_pjsip_pubsub.c.
| char resource[0] |
Definition at line 1115 of file res_pjsip_pubsub.c.
Referenced by build_node_children(), create_virtual_subscriptions(), have_visited(), and tree_node_alloc().