rdma_destroy_event_channel
Close an event communication channel.
- Provided by: librdmacm-dev (Version: 50.0-2ubuntu0.2)
- Source: rdma-core
- Report a bug
Close an event communication channel.
#include <rdma/rdma_cma.h>
void rdma_destroy_event_channel (struct rdma_event_channel *channel);
Release all resources associated with an event channel and closes the associated file descriptor.
None
All rdma_cm_id's associated with the event channel must be destroyed, and all returned events must be acked before calling this function.
rdma_create_event_channel(3), rdma_get_cm_event(3), rdma_ack_cm_event(3)