Skip to main content

switch_pollset_poll

Function switch_pollset_poll 

Source
pub unsafe extern "C" fn switch_pollset_poll(
    pollset: *mut switch_pollset_t,
    timeout: switch_interval_time_t,
    num: *mut i32,
    descriptors: *mut *const switch_pollfd_t,
) -> switch_status_t