Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct stasis_topic * | all_topic |
struct ao2_container * | states |
Definition at line 79 of file stasis_state.c.
struct stasis_topic* all_topic |
The manager's topic. All state topics are forward to this one
Definition at line 83 of file stasis_state.c.
Referenced by __state_find_or_add(), stasis_state_add_publisher(), stasis_state_add_subscriber(), stasis_state_all_topic(), stasis_state_manager_create(), state_alloc(), and state_manager_dtor().
struct ao2_container* states |
Holds all state objects handled by this manager
Definition at line 81 of file stasis_state.c.
Referenced by __state_find_or_add(), stasis_state_callback_all(), stasis_state_callback_subscribed(), stasis_state_manager_create(), stasis_state_remove_publish_by_id(), state_alloc(), state_manager_dtor(), and state_proxy_sub_cb().