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