Type Alias switch_endpoint_interface_t
Source pub type switch_endpoint_interface_t = switch_endpoint_interface;
#[repr(C)]
pub struct switch_endpoint_interface_t {
pub interface_name: *const i8,
pub io_routines: *mut switch_io_routines,
pub state_handler: *mut switch_state_handler_table,
pub private_info: *mut c_void,
pub rwlock: *mut fspr_thread_rwlock_t,
pub refs: i32,
pub reflock: *mut fspr_thread_mutex_t,
pub parent: *mut switch_loadable_module_interface,
pub next: *mut switch_endpoint_interface,
pub recover_callback: Option<unsafe extern "C" fn(*mut switch_core_session) -> i32>,
}
§state_handler: *mut switch_state_handler_table