Opens a channel that is used to report communication events.
#include <rdma/rdma_cma.h> struct rdma_event_channel *rdma_create_event_channel(void);
The rdma_create_event_channel function reports the asynchronous events through event channels. Each event channel maps to a file descriptor.
void | No arguments. |
The rdma_create_event_channel function returns 0 on success, and NULL if the request fails.