Skip to main content

aeron_archive_persistent_subscription_context_set_live_joined_counter

Function aeron_archive_persistent_subscription_context_set_live_joined_counter 

Source
pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_live_joined_counter(
    context: *mut aeron_archive_persistent_subscription_context_t,
    counter: *mut aeron_counter_t,
) -> c_int
Expand description

Set the counter for tracking the number of times live has been joined.

@param context to configure. @param counter the live joined counter. @return 0 on success, -1 on error.