Function rusteron_client::bindings::aeron_image_reject

source ยท
pub unsafe extern "C" fn aeron_image_reject(
    image: *mut aeron_image_t,
    reason: *const c_char,
) -> c_int
Expand description

Force the driver to disconnect this image from the remote publication.

@param image to be rejected. @param reason an error message to be forwarded back to the publication.