|
NAMErdma_event_str - Returns a string representation of an rdma cm event.SYNOPSIS#include <rdma/rdma_cma.h>char * rdma_event_str (enumrdma_cm_event_type event );" ARGUMENTS
DESCRIPTIONReturns a string representation of an asynchronous event.RETURN VALUEReturns a pointer to a static character string corresponding to the event.SEE ALSOrdma_get_cm_event(3)
Visit the GSP FreeBSD Man Page Interface. |