masters-thesis/listings/ibv_recv_wr.h

7 lines
156 B
C

struct ibv_recv_wr {
uint64_t wr_id;
struct ibv_recv_wr *next;
struct ibv_sge *sg_list;
int num_sge;
};