Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
struct timeval * | creationtime |
char * | detail |
char * | name |
int | subscriber_id |
struct { | |
size_t current | |
struct stasis_subscription ** elems | |
size_t max | |
} | subscribers |
struct { | |
size_t current | |
struct stasis_topic ** elems | |
size_t max | |
} | upstream_topics |
struct timeval* creationtime |
Creation time
Definition at line 393 of file stasis.c.
Referenced by link_topic_proxy(), and stasis_show_topic().
char* detail |
Detail of the topic
Definition at line 390 of file stasis.c.
Referenced by link_topic_proxy(), stasis_show_topic(), stasis_topic_create_with_detail(), stasis_topic_detail(), and topic_dtor().
struct stasis_subscription* * elems |
struct stasis_topic* * elems |
char* name |
Name of the topic
Definition at line 387 of file stasis.c.
Referenced by PathSegment::get_child(), link_topic_proxy(), Parameter::load(), Property::load(), SwaggerType::load(), stasis_show_topic(), stasis_topic_create_with_detail(), stasis_topic_name(), and topic_dtor().
int subscriber_id |
Unique incrementing integer for subscriber ids
Definition at line 384 of file stasis.c.
Referenced by internal_stasis_subscribe().
struct { ... } subscribers |
Variable length array of the subscribers
Referenced by publish_msg(), stasis_forward_all(), stasis_forward_cancel(), stasis_show_topic(), stasis_subscription_is_subscribed(), stasis_topic_create_with_detail(), stasis_topic_subscribers(), topic_add_subscription(), topic_dtor(), and topic_remove_subscription().
struct { ... } upstream_topics |
Topics forwarding into this topic
Referenced by stasis_forward_all(), stasis_forward_cancel(), stasis_show_topic(), stasis_topic_create_with_detail(), topic_add_subscription(), topic_dtor(), and topic_remove_subscription().