pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_live_left_counter(
context: *mut aeron_archive_persistent_subscription_context_t,
counter: *mut aeron_counter_t,
) -> c_intExpand description
Set the counter for tracking the number of times the live stream has been left.
@param context to configure. @param counter the live left counter. @return 0 on success, -1 on error.