6 lines
89 B
C
6 lines
89 B
C
struct ibv_comp_channel {
|
|
struct ibv_context *context;
|
|
int fd;
|
|
int refcnt;
|
|
};
|