pub unsafe extern "C" fn aeron_archive_replay_merge_is_merged(
    replay_merge: *mut aeron_archive_replay_merge_t,
) -> bool
Expand description

Is the live stream merged and the replay stopped?

@param replay_merge the replay_merge to check @return true if merged, false otherwise