pub type aeron_counters_reader_foreach_counter_func_t = Option<unsafe extern "C" fn(value: i64, id: i32, type_id: i32, key: *const u8, key_length: usize, label: *const c_char, label_length: usize, clientd: *mut c_void)>;
Expand description

Function called by aeron_counters_reader_foreach_counter for each counter in the aeron_counters_reader_t.

@param value of the counter. @param id of the counter. @param label for the counter. @param label_length for the counter. @param clientd to be returned in the call

Aliased Type§

enum aeron_counters_reader_foreach_counter_func_t {
    // some variants omitted
}

Variants§