rdma_get_cm_event Retrieves the next pending communication event. Syntax #include <rdma/rdma_cma.h> int rdma_get_cm_event(struct rdma_event_channel *channel, struct rdma_cm_event **event); Description Therdma_get_cm_eventfunction retrieves a communication event. If no events are pending, ...
Rdma_get_cm_event함수는 통신 이벤트를 검색합니다. 대기 중인 이벤트가 없는 경우 이벤트가 수신될 때까지 통화가 차단됩니다. 주: 채널과 연결된 파일 설명자를 변경하고rdma_get_cm_eve...
rdma_get_cm_event Retrieves the next pending communication event. Syntax #include <rdma/rdma_cma.h> int rdma_get_cm_event(struct rdma_event_channel *channel, struct rdma_cm_event **event); Description Therdma_get_cm_eventfunction retrieves a communication event. If no events are pending, ...