]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ofed/librdmacm/man/rdma_event_str.3
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / ofed / librdmacm / man / rdma_event_str.3
1 .TH "RDMA_EVENT_STR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_event_str \- Returns a string representation of an rdma cm event.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "char *" rdma_event_str
8 .BI "("enum rdma_cm_event_type " event ");"
9 .SH ARGUMENTS
10 .IP "event" 12
11 Asynchronous event.
12 .SH "DESCRIPTION"
13 Returns a string representation of an asynchronous event.
14 .SH "SEE ALSO"
15 rdma_get_cm_event(3)