]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ofed/librdmacm/man/rdma_destroy_event_channel.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ofed / librdmacm / man / rdma_destroy_event_channel.3
1 .TH "RDMA_DESTROY_EVENT_CHANNEL" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
2 .SH NAME
3 rdma_destroy_event_channel \- Close an event communication channel.
4 .SH SYNOPSIS
5 .B "#include <rdma/rdma_cma.h>"
6 .P
7 .B "void" rdma_destroy_event_channel
8 .BI "(struct rdma_event_channel *" channel ");"
9 .SH ARGUMENTS
10 .IP "channel" 12
11 The communication channel to destroy.
12 .SH "DESCRIPTION"
13 Release all resources associated with an event channel and closes the
14 associated file descriptor.
15 .SH "NOTES"
16 All rdma_cm_id's associated with the event channel must be destroyed,
17 and all returned events must be acked before calling this function.
18 .SH "SEE ALSO"
19 rdma_create_event_channel(3), rdma_get_cm_event(3), rdma_ack_cm_event(3)