1RDMA_ACK_CM_EVENT(3)     Librdmacm Programmer's Manual    RDMA_ACK_CM_EVENT(3)
2
3
4

NAME

6       rdma_ack_cm_event - Free a communication event.
7

SYNOPSIS

9       #include <rdma/rdma_cma.h>
10
11       int rdma_ack_cm_event (struct rdma_cm_event *event);
12

ARGUMENTS

14       event       Event to be released.
15

DESCRIPTION

17       All  events  which are allocated by rdma_get_cm_event must be released,
18       there should be a one-to-one correspondence between successful gets and
19       acks.   This call frees the event structure and any memory that it ref‐
20       erences.
21

RETURN VALUE

23       Returns 0 on success, or -1 on error.  If an error occurs,  errno  will
24       be set to indicate the failure reason.
25

SEE ALSO

27       rdma_get_cm_event(3), rdma_destroy_id(3)
28
29
30
31librdmacm                         2007-05-15              RDMA_ACK_CM_EVENT(3)
Impressum