Asterisk - The Open Source Telephony Project
18.5.0
|
Forwarding information. More...
Data Fields | |
struct stasis_topic * | from_topic |
struct stasis_topic * | to_topic |
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.
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().
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().