Function rusteron_archive::bindings::aeron_archive_context_set_aeron
source ยท pub unsafe extern "C" fn aeron_archive_context_set_aeron(
ctx: *mut aeron_archive_context_t,
aeron: *mut aeron_t,
) -> c_int
Expand description
Specify the client used for communicating with the local Media Driver.
This client will be closed with the aeron_archive_t is closed if aeron_archive_context_set_owns_aeron_client is true.