rdma_destroy_srq - Man Page
Deallocate a SRQ.
Synopsis
#include <rdma/rdma_verbs.h>
void rdma_destroy_srq (struct rdma_cm_id *id);
Arguments
- id
RDMA identifier.
Description
Destroy an SRQ allocated on the rdma_cm_id.
Return Value
None
Notes
Users should destroy any SRQ associated with an rdma_cm_id before destroying the ID.
See Also
Referenced By
2011-06-15 Librdmacm Programmer's Manual