Function rusteron_client::bindings::aeron_counters_reader
source ยท pub unsafe extern "C" fn aeron_counters_reader(
client: *mut aeron_t,
) -> *mut aeron_counters_reader_t
Expand description
Return a reference to the counters reader of the given client.
The aeron_counters_reader_t is maintained by the client. And should not be freed.
@param client that contains the counters reader. @return aeron_counters_reader_t or NULL for error.