Closes an event communication channel.
#include <rdma/rdma_cma.h> void rdma_destroy_event_channel(struct rdma_event_channel *channel);
The rdma_destroy_event_channel function releases all resources associated with an event channel and closes the associated file descriptor.
channel | Specifies the communication channel to be destroyed. |
There is no return value.