Skip to main content

aeron_archive_persistent_subscription_context_set_live_channel

Function aeron_archive_persistent_subscription_context_set_live_channel 

Source
pub unsafe extern "C" fn aeron_archive_persistent_subscription_context_set_live_channel(
    context: *mut aeron_archive_persistent_subscription_context_t,
    live_channel: *const c_char,
) -> c_int
Expand description

Set the live channel.

@param context to configure. @param live_channel the live channel which will be copied. @return 0 on success, -1 on error.