rusteron_media_driver::bindings

Function 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.