Type Alias libaeron_sys::aeron_on_unavailable_counter_t

source ·
pub type aeron_on_unavailable_counter_t = Option<unsafe extern "C" fn(clientd: *mut c_void, counters_reader: *mut aeron_counters_reader_t, registration_id: i64, counter_id: i32)>;
Expand description

Function called by aeron_client_t to deliver notifications that a counter has been removed from the driver.

@param clientd to be returned in the call. @param counters_reader that holds the counter. @param registration_id of the counter. @param counter_id of the counter.

Aliased Type§

enum aeron_on_unavailable_counter_t {
    // some variants omitted
}

Variants§