Skip to main content

switch_queue_size

Function switch_queue_size 

Source
pub unsafe extern "C" fn switch_queue_size(
    queue: *mut switch_queue_t,
) -> c_uint
Expand description

returns the size of the queue.

@warning this is not threadsafe, and is intended for reporting/monitoring of the queue. @param queue the queue @returns the size of the queue