Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct stasis_forward * | forward |
struct stasis_state_manager * | manager |
The manager that owns and handles this state. More... | |
struct stasis_message * | msg |
unsigned int | num_subscribers |
struct stasis_topic * | topic |
Definition at line 50 of file stasis_state.c.
struct stasis_forward* forward |
Forwarding information, i.e. this topic to manager's topic
Definition at line 59 of file stasis_state.c.
Referenced by state_alloc(), and state_dtor().
struct stasis_state_manager* manager |
The manager that owns and handles this state.
Definition at line 57 of file stasis_state.c.
Referenced by state_alloc(), and subscriber_dtor().
struct stasis_message* msg |
The actual state data
Definition at line 63 of file stasis_state.c.
Referenced by handle_stasis_state(), stasis_state_publish(), stasis_state_publish_by_id(), stasis_state_subscriber_data(), and state_dtor().
unsigned int num_subscribers |
The number of state subscribers
Definition at line 52 of file stasis_state.c.
Referenced by handle_stasis_state_subscribed(), stasis_state_add_subscriber(), and subscriber_dtor().
struct stasis_topic* topic |
The managed topic
Definition at line 61 of file stasis_state.c.
Referenced by stasis_state_publish(), stasis_state_publish_by_id(), stasis_state_publisher_topic(), stasis_state_remove_publish_by_id(), stasis_state_subscribe_pool(), stasis_state_subscriber_topic(), stasis_state_topic(), state_alloc(), state_dtor(), and state_manager_dtor().