Function rusteron_archive::bindings::aeron_archive_stop_all_replays

source ยท
pub unsafe extern "C" fn aeron_archive_stop_all_replays(
    aeron_archive: *mut aeron_archive_t,
    recording_id: i64,
) -> c_int
Expand description

Stop all replays matching a recording id. If recording_id is AERON_NULL_VALUE then match all replays.

@param aeron_archive the archive client @param recording_id the id of the recording for which all replays will be stopped @return 0 for success, -1 for failure