Function libaeron_sys::aeron_counters_reader_counter_type_id

source ยท
pub unsafe extern "C" fn aeron_counters_reader_counter_type_id(
    counters_reader: *mut aeron_counters_reader_t,
    counter_id: i32,
    type_id: *mut i32
) -> c_int
Expand description

Get the type id for a counter.

@param counters_reader that contains the counter @param counter_id to find @param type id out pointer for the current state to be stored in. @return -1 on failure, 0 on success.