pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_state_counter(
context: *mut aeron_archive_persistent_subscription_context_t,
counter: *mut aeron_counter_t,
) -> c_intExpand description
Set the counter for tracking the current state of the persistent subscription.
@param context to configure. @param counter the state counter. @return 0 on success, -1 on error.