rdma_destroy_ep - Release a communication identifier.
Contents
Arguments
id The communication identifier to destroy.
Description
Destroys the specified rdma_cm_id and all associated resources
Name
rdma_destroy_ep - Release a communication identifier.
Notes
rdma_destroy_ep will automatically destroy any QP and SRQ associated with the rdma_cm_id.
See Also
rdma_create_ep(3) librdmacm 2011-06-15 RDMA_DESTROY_EP(3)
Synopsis
#include<rdma/rdma_cma.h>voidrdma_destroy_ep(structrdma_cm_id*id);
