Asterisk - The Open Source Telephony Project
18.5.0
|
Frame payload for synchronous bridge actions. More...
Data Fields | |
unsigned char | data [0] |
unsigned int | id |
Frame payload for synchronous bridge actions.
The payload serves as a wrapper around the actual payload of the frame, with the addition of an id used to find the associated bridge_sync object.
Definition at line 87 of file bridge_channel.c.
unsigned char data[0] |
Actual frame data to process
Definition at line 91 of file bridge_channel.c.
Referenced by bridge_channel_handle_write(), and bridge_channel_queue_action_data_sync().
unsigned int id |
Unique ID for this synchronous action
Definition at line 89 of file bridge_channel.c.
Referenced by bridge_channel_queue_action_data_sync(), bridge_frame_free(), bridge_sync_init(), and Model::load().