rdma_free_devices - Man Page

Frees the list of devices returned by rdma_get_devices.

Synopsis

#include <rdma/rdma_cma.h>

void rdma_free_devices (struct ibv_context **list);

Arguments

list

List of devices returned from rdma_get_devices.

Description

Frees the device array returned by rdma_get_devices.

Return Value

None

See Also

rdma_get_devices(3)

Referenced By

rdma_cm(7), rdma_get_devices(3).

2007-05-15 Librdmacm Programmer's Manual