pub type aeron_loss_reporter_read_entry_func_t = Option<unsafe extern "C" fn(clientd: *mut c_void, observation_count: i64, total_bytes_lost: i64, first_observation_timestamp: i64, last_observation_timestamp: i64, session_id: i32, stream_id: i32, channel: *const c_char, channel_length: i32, source: *const c_char, source_length: i32)>;

Aliased Type§

enum aeron_loss_reporter_read_entry_func_t {
    // some variants omitted
}

Variants§