Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
stasis_state Struct Reference
Collaboration diagram for stasis_state:
Collaboration graph
[legend]

Data Fields

struct stasis_forwardforward
 
struct stasis_state_managermanager
 The manager that owns and handles this state. More...
 
struct stasis_messagemsg
 
unsigned int num_subscribers
 
struct stasis_topictopic
 

Detailed Description

Definition at line 50 of file stasis_state.c.

Field Documentation

◆ forward

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().

◆ manager

struct stasis_state_manager* manager

The manager that owns and handles this state.

Note
This reference is owned by stasis_state_proxy

Definition at line 57 of file stasis_state.c.

Referenced by state_alloc(), and subscriber_dtor().

◆ msg

struct stasis_message* msg

◆ num_subscribers

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().

◆ topic

struct stasis_topic* topic

The documentation for this struct was generated from the following file: