rdma_event_str
Returns a string representation of an RDMA CM event.
Syntax
#include <rdma/rdma_cma.h>
const char *rdma_event_str(enum rdma_cm_event_type event);
Description
The rdma_event_str function returns a string representation of an asynchronous event.
Parameters
Item | Description |
---|---|
event | Specifies an asynchronous event. |
Return Values
The rdma_event_str function returns a pointer to a static character string that corresponds to the event.