rdma_free_devices
Frees the list of devices returned by rdma_get_devices.
- Provided by: librdmacm-dev (Version: 39.0-1)
- Source: rdma-core
- Report a bug
Frees the list of devices returned by rdma_get_devices.
#include <rdma/rdma_cma.h>
void rdma_free_devices (struct ibv_context **list);
Frees the device array returned by rdma_get_devices.
None