pub unsafe extern "C" fn aeron_archive_replay_merge_do_work(
    work_count_p: *mut c_int,
    replay_merge: *mut aeron_archive_replay_merge_t,
) -> c_int
Expand description

Process the operation of the merge. Do not call the processing of fragments on the subscription.

@param work_count_p an indicator of work done @param replay_merge the replay_merge to process @return 0 for success, -1 for failure