Skip to main content

aeron_driver_context_set_send_channel_loss_supplier

Function aeron_driver_context_set_send_channel_loss_supplier 

Source
pub unsafe extern "C" fn aeron_driver_context_set_send_channel_loss_supplier(
    context: *mut aeron_driver_context_t,
    func: aeron_send_channel_loss_supplier_func_t,
    clientd: *mut c_void,
) -> c_int