ibverbs_sys

Function ibv_get_async_event

Source
pub unsafe extern "C" fn ibv_get_async_event(
    context: *mut ibv_context,
    event: *mut ibv_async_event,
) -> c_int
Expand description

ibv_get_async_event - Get next async event @event: Pointer to use to return async event

All async events returned by ibv_get_async_event() must eventually be acknowledged with ibv_ack_async_event().