Function libaeron_sys::aeron_buffer_claim_abort

source ยท
pub unsafe extern "C" fn aeron_buffer_claim_abort(
    buffer_claim: *mut aeron_buffer_claim_t
) -> c_int
Expand description

Abort the given buffer_claim and assign its position as padding.

@param buffer_claim to abort. @return 0 for success or -1 for error.