Function rusteron_archive::bindings::aeron_counter_constants
source ยท pub unsafe extern "C" fn aeron_counter_constants(
counter: *mut aeron_counter_t,
constants: *mut aeron_counter_constants_t,
) -> c_int
Expand description
Fill in a structure with the constants in use by a counter.
@param counter to get the constants for. @param constants structure to fill in with the constants. @return 0 for success and -1 for error.