Function libaeron_sys::aeron_context

source ยท
pub unsafe extern "C" fn aeron_context(
    client: *mut aeron_t
) -> *mut aeron_context_t
Expand description

Return the aeron_context_t that is in use by the given client.

@param client to return the aeron_context_t for. @return the aeron_context_t for the given client or NULL for an error.