pub unsafe extern "C" fn aeron_counters_reader_max_counter_id(
reader: *mut aeron_counters_reader_t,
) -> i32
Expand description
Get the current max counter id.
@param reader to query @return -1 on failure, max counter id on success.
pub unsafe extern "C" fn aeron_counters_reader_max_counter_id(
reader: *mut aeron_counters_reader_t,
) -> i32
Get the current max counter id.
@param reader to query @return -1 on failure, max counter id on success.