Function rusteron_client::bindings::aeron_init
source ยท pub unsafe extern "C" fn aeron_init(
client: *mut *mut aeron_t,
context: *mut aeron_context_t,
) -> c_int
Expand description
Create a aeron_t client struct and initialize from the aeron_context_t struct.
The given aeron_context_t struct will be used exclusively by the client. Do not reuse between clients.
@param aeron client to create and initialize. @param context to use for initialization. @return 0 for success and -1 for error.