| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 1600 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 1602 of file stasis.c.
Referenced by forward_dtor(), stasis_forward_all(), and stasis_forward_cancel().