Function libaeron_sys::aeron_counters_reader_get_buffers

source ยท
pub unsafe extern "C" fn aeron_counters_reader_get_buffers(
    reader: *mut aeron_counters_reader_t,
    buffers: *mut aeron_counters_reader_buffers_t
) -> c_int
Expand description

Get buffer pointers and lengths for the counters reader.

@param reader reader containing the buffers. @param buffers output structure to return the buffers. @return -1 on failure, 0 on success.