Function rusteron_client::bindings::aeron_counters_reader_counter_state
source ยท pub unsafe extern "C" fn aeron_counters_reader_counter_state(
counters_reader: *mut aeron_counters_reader_t,
counter_id: i32,
state: *mut i32,
) -> c_int
Expand description
Get the state for a counter.
@param counters_reader that contains the counter @param counter_id to find @param state out pointer for the current state to be stored in. @return -1 on failure, 0 on success.