Function rusteron_archive::bindings::aeron_cnc_error_log_read

source ยท
pub unsafe extern "C" fn aeron_cnc_error_log_read(
    aeron_cnc: *mut aeron_cnc_t,
    callback: aeron_error_log_reader_func_t,
    clientd: *mut c_void,
    since_timestamp: i64,
) -> usize
Expand description

Reads the current error log for this driver.

@param aeron_cnc to query @param callback called for every distinct error observation @param clientd client data to be passed to the callback @param since_timestamp only return errors after this timestamp (0 returns all) @return the number of distinct errors seen