7 lines
156 B
C
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;
|
||
|
};
|