pub unsafe extern "C" fn aeron_counters_reader_counter_reference_id(
counters_reader: *mut aeron_counters_reader_t,
counter_id: i32,
reference_id: *mut i64,
) -> c_int
Expand description
Get the reference id assigned to a counter which will typically be the registration id of an associated Image, Subscription, Publication, etc.
@param counters_reader representing the this pointer. @param counter_id for which the reference id is requested. @param reference_id pointer for value to be set on success. @return -1 on failure, 0 on success.