]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/librdmacm/man/rdma_event_str.3
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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)