pub unsafe extern "C" fn aeron_archive_recording_pos_is_active(
is_active: *mut bool,
counters_reader: *mut aeron_counters_reader_t,
counter_id: i32,
recording_id: i64,
) -> c_int
Expand description
Is the recording counter still active?
@param is_active out param set to true if the counter is still active @param counters_reader an aeron_counters_reader_t to search within @param counter_id the counter id to search for @param recording_id the recording id to match against @return 0 for success, -1 for failure