From b387ed6dfea895b6f8c9f2a917f8f2c3294f1518 Mon Sep 17 00:00:00 2001 From: Artem Polyakov Date: Mon, 25 Sep 2017 18:11:17 +0700 Subject: [PATCH] fix #7 --- src/uct/ib/rc/accel/rc_mlx5_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uct/ib/rc/accel/rc_mlx5_common.h b/src/uct/ib/rc/accel/rc_mlx5_common.h index 4069e58082a..84adea6dd8f 100644 --- a/src/uct/ib/rc/accel/rc_mlx5_common.h +++ b/src/uct/ib/rc/accel/rc_mlx5_common.h @@ -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);