masters-thesis/listings/ibv_comp_channel.h
Dennis af25b4b828 Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9,
2018.
2018-11-12 12:56:59 +01:00

6 lines
89 B
C

struct ibv_comp_channel {
struct ibv_context *context;
int fd;
int refcnt;
};