pub unsafe extern "C" fn aeron_archive_find_last_matching_recording(
recording_id_p: *mut i64,
aeron_archive: *mut aeron_archive_t,
min_recording_id: i64,
channel_fragment: *const c_char,
stream_id: i32,
session_id: i32,
) -> c_int
Expand description
Find the last recording that matches the given criteria.
@param recording_id_p out param for the recording id that matches @param aeron_archive the archive client @param min_recording_id the lowest recording id to search back to @param channel_fragment for a ‘contains’ match on the original channel stored with the Aeron Archive @param stream_id the stream id of the recording @param session_id the session id of the recording @return 0 for success, -1 for failure