pub unsafe extern "C" fn aeron_counters_reader_counter_registration_id(
    counters_reader: *mut aeron_counters_reader_t,
    counter_id: i32,
    registration_id: *mut i64
) -> c_int
Expand description

Get the registration id assigned to a counter.

@param counters_reader representing the this pointer. @param counter_id for which the registration id is requested. @param registration_id pointer for value to be set on success. @return -1 on failure, 0 on success.