pub unsafe extern "C" fn aeron_archive_get_max_recorded_position(
max_recorded_position_p: *mut i64,
aeron_archive: *mut aeron_archive_t,
recording_id: i64,
) -> c_int
Expand description
Fetch the stop or active position for the specified recording.
@param max_recorded_position_p out param set to the stop or active position of the specified recording @param aeron_archive the archive client @param recording_id the active recording id @return 0 for success, -1 for failure