Function libaeron_sys::aeron_cnc_loss_reporter_read

source ยท
pub unsafe extern "C" fn aeron_cnc_loss_reporter_read(
    aeron_cnc: *mut aeron_cnc_t,
    entry_func: aeron_loss_reporter_read_entry_func_t,
    clientd: *mut c_void
) -> c_int
Expand description

Read all of the data loss observations from the report in the same media driver instances as the cnc file.

@param aeron_cnc to query @param entry_func callback for each observation found @param clientd client data to be passed to the callback. @return -1 on failure, number of observations on success (could be 0).