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_event_str - Returns a string representation of an rdma cm event.

Arguments

       event       Asynchronous event.

Description

       Returns a string representation of an asynchronous event.

Name

       rdma_event_str - Returns a string representation of an rdma cm event.

Return Value

       Returns a pointer to a static character string corresponding to the event.

See Also

rdma_get_cm_event(3)

librdmacm                                          2007-05-15                                  RDMA_EVENT_STR(3)

Synopsis

#include<rdma/rdma_cma.h>char*rdma_event_str(enumrdma_cm_event_typeevent);"

See Also