Asterisk - The Open Source Telephony Project
21.4.1
|
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 |
char* detail |
char* name |
Name of the topic
Definition at line 386 of file stasis.c.
Referenced by PathSegment::__init__(), PathSegment::get_child(), stasis_topic_create_with_detail(), and stasis_topic_name().
int subscriber_id |
Unique incrementing integer for subscriber ids
Definition at line 383 of file stasis.c.
Referenced by internal_stasis_subscribe().
struct { ... } subscribers |
Variable length array of the subscribers
Referenced by stasis_forward_all(), stasis_subscription_is_subscribed(), stasis_topic_create_with_detail(), stasis_topic_subscribers(), and topic_add_subscription().
struct { ... } upstream_topics |
Topics forwarding into this topic
Referenced by stasis_forward_all(), stasis_topic_create_with_detail(), and topic_add_subscription().