Skip to main content

switch_core_timer_init

Function switch_core_timer_init 

Source
pub unsafe extern "C" fn switch_core_timer_init(
    timer: *mut switch_timer_t,
    timer_name: *const c_char,
    interval: c_int,
    samples: c_int,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t