|
Asterisk - The Open Source Telephony Project GIT-master-4f2b068
|

Data Fields | |
| unsigned int | failed |
| struct stasis_forward * | forward |
| ast_cond_t | init_cond |
| ast_mutex_t | init_lock |
| unsigned int | initialized |
| char | name [0] |
| struct stasis_topic * | topic |
| unsigned int failed |
Definition at line 1794 of file stasis.c.
Referenced by stasis_topic_pool_get_topic().
| struct stasis_forward* forward |
Definition at line 1777 of file stasis.c.
Referenced by stasis_topic_pool_get_topic(), and topic_pool_entry_dtor().
| ast_cond_t init_cond |
Definition at line 1792 of file stasis.c.
Referenced by stasis_topic_pool_get_topic(), topic_pool_entry_alloc(), and topic_pool_entry_dtor().
| ast_mutex_t init_lock |
Definition at line 1791 of file stasis.c.
Referenced by stasis_topic_pool_get_topic(), topic_pool_entry_alloc(), and topic_pool_entry_dtor().
| unsigned int initialized |
Definition at line 1793 of file stasis.c.
Referenced by stasis_topic_pool_get_topic().
| char name[0] |
Definition at line 1795 of file stasis.c.
Referenced by PathSegment::get_child(), SwaggerType::load(), stasis_topic_pool_get_topic(), topic_pool_entry_alloc(), topic_pool_entry_cmp(), and topic_pool_entry_hash().
| struct stasis_topic* topic |
Definition at line 1778 of file stasis.c.
Referenced by stasis_topic_pool_get_topic(), and topic_pool_entry_dtor().