Skip to content

Commit

Permalink
fix openucx#7
Browse files Browse the repository at this point in the history
  • Loading branch information
artpol84 committed Sep 25, 2017
1 parent 1fc58c4 commit b387ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/ib/rc/accel/rc_mlx5_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef struct uct_rc_mlx5_iface_common {
struct {
uct_ib_mlx5_cq_t cq;
uct_ib_mlx5_srq_t srq;
void *segptr, *hptr *dptr;
void *segptr, *hptr, *dptr;
unsigned wqe_ctr;
} rx;
UCS_STATS_NODE_DECLARE(stats);
Expand Down

0 comments on commit b387ed6

Please sign in to comment.