Skip to main content

apr_queue_size

Function apr_queue_size 

Source
pub unsafe extern "C" fn apr_queue_size(
    queue: *mut apr_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