Function libaeron_sys::aeron_publication_constants

source ยท
pub unsafe extern "C" fn aeron_publication_constants(
    publication: *mut aeron_publication_t,
    constants: *mut aeron_publication_constants_t
) -> c_int
Expand description

Fill in a structure with the constants in use by a publication.

@param publication to get the constants for. @param constants structure to fill in with the constants @return 0 for success and -1 for error.