logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdma_destroy_event_channel - Close an event communication channel.

Arguments

       channel     The communication channel to destroy.

Description

       Release all resources associated with an event channel and closes the associated file descriptor.

Name

       rdma_destroy_event_channel - Close an event communication channel.

Notes

       All  rdma_cm_id's  associated  with  the event channel must be destroyed, and all returned events must be
       acked before calling this function.

Return Value

       None

See Also

rdma_create_event_channel(3), rdma_get_cm_event(3), rdma_ack_cm_event(3)

librdmacm                                          2007-05-15                      RDMA_DESTROY_EVENT_CHANNEL(3)

Synopsis

#include<rdma/rdma_cma.h>voidrdma_destroy_event_channel(structrdma_event_channel*channel);

See Also