Asterisk - The Open Source Telephony Project GIT-master-4f2b068
Loading...
Searching...
No Matches
Data Fields
topic_pool_entry Struct Reference
Collaboration diagram for topic_pool_entry:
Collaboration graph
[legend]

Data Fields

unsigned int failed
 
struct stasis_forwardforward
 
ast_cond_t init_cond
 
ast_mutex_t init_lock
 
unsigned int initialized
 
char name [0]
 
struct stasis_topictopic
 

Detailed Description

Definition at line 1776 of file stasis.c.

Field Documentation

◆ failed

unsigned int failed

Definition at line 1794 of file stasis.c.

Referenced by stasis_topic_pool_get_topic().

◆ forward

struct stasis_forward* forward

Definition at line 1777 of file stasis.c.

Referenced by stasis_topic_pool_get_topic(), and topic_pool_entry_dtor().

◆ init_cond

ast_cond_t init_cond

◆ init_lock

ast_mutex_t init_lock

◆ initialized

unsigned int initialized

Definition at line 1793 of file stasis.c.

Referenced by stasis_topic_pool_get_topic().

◆ name

char name[0]

◆ topic

struct stasis_topic* topic

Definition at line 1778 of file stasis.c.

Referenced by stasis_topic_pool_get_topic(), and topic_pool_entry_dtor().


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