]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/librdmacm/man/rdma_ack_cm_event.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / librdmacm / man / rdma_ack_cm_event.3
1 .TH "RDMA_ACK_CM_EVENT" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_ack_cm_event \- Free a communication event.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "int" rdma_ack_cm_event
8 .BI "(struct rdma_cm_event *" event ");"
9 .SH ARGUMENTS
10 .IP "event" 12
11 Event to be released.
12 .SH "DESCRIPTION"
13 All events which are allocated by rdma_get_cm_event must be released,
14 there should be a one-to-one correspondence between successful gets
15 and acks.  This call frees the event structure and any memory that it
16 references.
17 .SH "SEE ALSO"
18 rdma_get_cm_event(3), rdma_destroy_id(3)