1RDMA_EVENT_STR(3) Librdmacm Programmer's Manual RDMA_EVENT_STR(3)
23
4
NAME
6rdma_event_str - Returns a string representation of an rdma cm event.
7
SYNOPSIS
9#include <rdma/rdma_cma.h>
1011
char * rdma_event_str (enumrdma_cm_event_type event );"
12
ARGUMENTS
14event Asynchronous event.
15
DESCRIPTION
17Returns a string representation of an asynchronous event.
18
RETURN VALUE
20Returns a pointer to a static character string corresponding to the
21event.
22
SEE ALSO
24rdma_get_cm_event(3)
2526
27
28
librdmacm 2007-05-15 RDMA_EVENT_STR(3)