pub unsafe extern "C" fn aeron_archive_try_stop_replication(
    stopped_p: *mut bool,
    aeron_archive: *mut aeron_archive_t,
    replication_id: i64,
) -> c_int
Expand description

Try to stop a replication by the replication id.

@param stopped_p out param indicating true if stopped, or false if the recording is not currently active @param aeron_archive the archive client @param replication_id the replication id retrieved when calling aeron_archive_replicate @return 0 for success, -1 for failure