pub unsafe extern "C" fn aeron_counters_reader_counter_owner_id(
counters_reader: *mut aeron_counters_reader_t,
counter_id: i32,
owner_id: *mut i64,
) -> c_int
Expand description
Get the owner id assigned to a counter which will typically be the client id.
@param counters_reader representing the this pointer. @param counter_id for which the owner id is requested. @param owner_id pointer for value to be set on success. @return -1 on failure, 0 on success.