pub unsafe extern "C" fn aeron_exclusive_publication_constants(
publication: *mut aeron_exclusive_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.