Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 88 of file bridge_channel.c.
unsigned char data[0] |
Actual frame data to process
Definition at line 92 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 90 of file bridge_channel.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), bridge_channel_queue_action_data_sync(), bridge_frame_free(), and Model::load().