Function aeron_driver_subscribable_state

Source
pub unsafe extern "C" fn aeron_driver_subscribable_state(
    subscribable: *mut aeron_subscribable_t,
    tetherable_position: *mut aeron_tetherable_position_t,
    state: aeron_subscription_tether_state_t,
    now_ns: i64,
    stream_id: i32,
    session_id: i32,
    log_func: aeron_untethered_subscription_state_change_func_t,
)