Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct stasis_cache * | cache |
struct stasis_topic * | original_topic |
struct stasis_subscription * | sub |
struct stasis_topic * | topic |
Definition at line 55 of file stasis_cache.c.
struct stasis_cache* cache |
Definition at line 56 of file stasis_cache.c.
Referenced by caching_topic_exec(), stasis_caching_topic_create(), and stasis_caching_topic_dtor().
struct stasis_topic* original_topic |
Definition at line 58 of file stasis_cache.c.
Referenced by caching_topic_exec(), stasis_caching_topic_create(), and stasis_caching_topic_dtor().
struct stasis_subscription* sub |
Definition at line 59 of file stasis_cache.c.
Referenced by stasis_caching_accept_message_type(), stasis_caching_set_filter(), stasis_caching_topic_create(), stasis_caching_topic_dtor(), stasis_caching_unsubscribe(), and stasis_caching_unsubscribe_and_join().
struct stasis_topic* topic |
Definition at line 57 of file stasis_cache.c.
Referenced by caching_topic_exec(), stasis_caching_get_topic(), stasis_caching_topic_create(), and stasis_caching_topic_dtor().