Function ibverbs::ffi::ibv_free_device_list[][src]

pub unsafe extern "C" fn ibv_free_device_list(list: *mut *mut ibv_device)

ibv_free_device_list - Free list from ibv_get_device_list()

Free an array of devices returned from ibv_get_device_list(). Once the array is freed, pointers to devices that were not opened with ibv_open_device() are no longer valid. Client code must open all devices it intends to use before calling ibv_free_device_list().