rdma_event_str.3 revision 331769
Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
"RDMA_EVENT_STR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
NAME
rdma_event_str - Returns a string representation of an rdma cm event.
SYNOPSIS
"#include <rdma/rdma_cma.h>"

"char *" rdma_event_str "("enum rdma_cm_event_type " event ");"

ARGUMENTS
"event" 12
Asynchronous event.
"DESCRIPTION"
Returns a string representation of an asynchronous event.
"RETURN VALUE"
Returns a pointer to a static character string corresponding to the event.
"SEE ALSO"
rdma_get_cm_event(3)