]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Refresh of xrc_qp
authorSean Hefty <sean.hefty@intel.com>
Tue, 18 Sep 2012 04:19:16 +0000 (21:19 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 18 Sep 2012 04:19:16 +0000 (21:19 -0700)
src/verbs.c

index 03bd91a05045baad22b2b6d8725f7adb8f2944e7..910d92380164cd3b40be8d4fafa26bf6bc71b451 100644 (file)
@@ -484,7 +484,8 @@ struct ibv_qp *__ibv_create_qp_ex(struct ibv_pd *pd,
                }
                qp = context_ex->create_qp_ex(pd, qp_init_attr_ex);
        } else {
-               qp = context->ops.create_qp(pd, (struct ibv_qp_init_attr *) qp_init_attr_ex);
+               qp = context->ops.create_qp(pd, (struct ibv_qp_init_attr *)
+                                               qp_init_attr_ex);
        }
 
        if (qp) {