Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
transfer_channel_data Struct Reference

AO2 object that wraps data for transfer_channel_cb. More...

#include <bridge.h>

Data Fields

int completed
 
void * data
 

Detailed Description

AO2 object that wraps data for transfer_channel_cb.

Definition at line 1119 of file bridge.h.

Field Documentation

int completed

Data to be used by the transfer_channel_cb – note that this pointer is going to be pointing to something on the stack, so it must not be used at any point after returning from the transfer_channel_cb.

Definition at line 1124 of file bridge.h.

Referenced by ast_bridge_transfer_blind().


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