pub unsafe extern "C" fn aeron_cnc_counters_reader(
    aeron_cnc: *mut aeron_cnc_t
) -> *mut aeron_counters_reader_t
Expand description

Gets a counters reader for this command and control file. This does not need to be closed manually, resources are tied to the instance of aeron_cnc.

@param aeron_cnc to query @return pointer to a counters reader.