pub unsafe extern "C" fn aeron_archive_get_recording_position(
recording_position_p: *mut i64,
aeron_archive: *mut aeron_archive_t,
recording_id: i64,
) -> c_int
Expand description
Fetch the position recorded for the specified recording.
@param recording_position_p out param set to the recording 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