]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/ofed/librdmacm/man/rdma_event_str.3
Merge ^/vendor/lvm-project/release-10.x up to its last change (upstream
[FreeBSD/FreeBSD.git] / contrib / ofed / librdmacm / man / rdma_event_str.3
1 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md
2 .TH "RDMA_EVENT_STR" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
3 .SH NAME
4 rdma_event_str \- Returns a string representation of an rdma cm event.
5 .SH SYNOPSIS
6 .B "#include <rdma/rdma_cma.h>"
7 .P
8 .B "char *" rdma_event_str
9 .BI "("enum rdma_cm_event_type " event ");"
10 .SH ARGUMENTS
11 .IP "event" 12
12 Asynchronous event.
13 .SH "DESCRIPTION"
14 Returns a string representation of an asynchronous event.
15 .SH "RETURN VALUE"
16 Returns a pointer to a static character string corresponding to the event.
17 .SH "SEE ALSO"
18 rdma_get_cm_event(3)