Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
stasis_forward Struct Reference

Forwarding information. More...

Collaboration diagram for stasis_forward:
Collaboration graph
[legend]

Data Fields

struct stasis_topicfrom_topic
 
struct stasis_topicto_topic
 

Detailed Description

Forwarding information.

Any message posted to from_topic is forwarded to to_topic.

In cases where both the from_topic and to_topic need to be locked, always lock the to_topic first, then the from_topic. Lest you deadlock.

Definition at line 1531 of file stasis.c.

Field Documentation

◆ from_topic

struct stasis_topic* from_topic

Originating topic

Definition at line 1533 of file stasis.c.

Referenced by forward_dtor(), stasis_forward_all(), and stasis_forward_cancel().

◆ to_topic

struct stasis_topic* to_topic

Destination topic

Definition at line 1535 of file stasis.c.

Referenced by forward_dtor(), stasis_forward_all(), and stasis_forward_cancel().


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