Skip to main content

plugin_get_rejected_count

Function plugin_get_rejected_count 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn plugin_get_rejected_count( handle: *mut c_void, ) -> u64
Expand description

Get the number of requests rejected due to concurrency limits

§Parameters

  • handle: Plugin handle from plugin_init

§Returns

Number of rejected requests since plugin initialization. Returns 0 if handle is invalid.

§Safety

  • handle must be a valid handle from plugin_init