mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
XMLification (wave 4)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1412 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -62,6 +62,14 @@ struct switch_state_handler_table {
|
||||
switch_state_handler_t on_hold;
|
||||
};
|
||||
|
||||
struct switch_stream_handle {
|
||||
switch_stream_handle_write_function_t write_function;
|
||||
void *data;
|
||||
void *end;
|
||||
switch_size_t data_size;
|
||||
switch_size_t data_len;
|
||||
};
|
||||
|
||||
/*! \brief Node in which to store custom outgoing channel callback hooks */
|
||||
struct switch_io_event_hook_outgoing_channel {
|
||||
/*! the outgoing channel callback hook*/
|
||||
|
||||
Reference in New Issue
Block a user