Function aeron_archive_update_channel

Source
pub unsafe extern "C" fn aeron_archive_update_channel(
    aeron_archive: *mut aeron_archive_t,
    recording_id: i64,
    new_channel: *const c_char,
) -> c_int
Expand description

Update the channel for a recording, i.e. replace original and stripped channel information in the catalog.

@param aeron_archive the archive client @param recording_id the id of the recording. @param new_channel to use in the catalogue. @return 0 for success, -1 for failure