Skip to main content

switch_jb_create

Function switch_jb_create 

Source
pub unsafe extern "C" fn switch_jb_create(
    jbp: *mut *mut switch_jb_t,
    type_: switch_jb_type_t,
    min_frame_len: u32,
    max_frame_len: u32,
    pool: *mut switch_memory_pool_t,
) -> switch_status_t