RDMA_EVENT_STR(3) Librdmacm Programmer's Manual RDMA_EVENT_STR(3)

rdma_event_str - Returns a string representation of an rdma cm event.

#include <rdma/rdma_cma.h>

char * rdma_event_str (enumrdma_cm_event_type event );"

Asynchronous event.

Returns a string representation of an asynchronous event.

Returns a pointer to a static character string corresponding to the event.

rdma_get_cm_event(3)

2007-05-15 librdmacm