Type Alias libaeron_sys::aeron_on_available_image_t

source ·
pub type aeron_on_available_image_t = Option<unsafe extern "C" fn(clientd: *mut c_void, subscription: *mut aeron_subscription_t, image: *mut aeron_image_t)>;
Expand description

Function called by aeron_client_t to deliver notifications that an aeron_image_t was added.

@param clientd to be returned in the call. @param subscription that image is part of. @param image that has become available.

Aliased Type§

enum aeron_on_available_image_t {
    // some variants omitted
}

Variants§