Query: rdma_destroy_event_channel
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RDMA_DESTROY_EVENT_CHANNEL(3) Librdmacm Programmer's Manual RDMA_DESTROY_EVENT_CHANNEL(3)NAMErdma_destroy_event_channel - Close an event communication channel.SYNOPSIS#include <rdma/rdma_cma.h> void rdma_destroy_event_channel (struct rdma_event_channel *channel);ARGUMENTSchannel The communication channel to destroy.DESCRIPTIONRelease all resources associated with an event channel and closes the associated file descriptor.RETURN VALUEReturns 0 on success, or -1 on error. If an error occurs, errno will be set to indicate the failure reason.NOTESAll rdma_cm_id's associated with the event channel must be destroyed, and all returned events must be acked before calling this function.SEE ALSOrdma_create_event_channel(3), rdma_get_cm_event(3), rdma_ack_cm_event(3) librdmacm 2007-05-15 RDMA_DESTROY_EVENT_CHANNEL(3)