Function libaeron_sys::aeron_counters_reader_addr

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

Get the address for a counter.

@param counters_reader that contains the counter @param counter_id to find @return address of the counter value