Skip to main content

switch_socket_create_pollfd

Function switch_socket_create_pollfd 

Source
pub unsafe extern "C" fn switch_socket_create_pollfd(
    pollfd: *mut *mut switch_pollfd_t,
    sock: *mut switch_socket_t,
    flags: i16,
    client_data: *mut c_void,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t