Function rusteron_archive::bindings::aeron_archive_get_start_position
source ยท pub unsafe extern "C" fn aeron_archive_get_start_position(
start_position_p: *mut i64,
aeron_archive: *mut aeron_archive_t,
recording_id: i64,
) -> c_int
Expand description
Fetch the start position for the specified recording.
@param start_position_p out param set to the start 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