]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Refresh of open_qp
authorSean Hefty <sean.hefty@intel.com>
Wed, 19 Sep 2012 16:40:02 +0000 (09:40 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 19 Sep 2012 16:40:02 +0000 (09:40 -0700)
include/infiniband/verbs.h

index 347b49ed957edac67ad3a3432eeae883ba7da416..765ac8ba40453c7795265f07968ab5edf501c548 100644 (file)
@@ -863,7 +863,7 @@ struct verbs_context {
        int (*drv_new_func1) ();        new corresponding provider call of func1
        int (*lib_new_func1) ();        New library call func1
        */
-       struct ibv_qp *         (*open_qp)(struct ibv_xrc *xrcd,
+       struct ibv_qp *         (*open_qp)(struct ibv_xrcd *xrcd,
                                           struct ibv_qp_open_attr *attr);
        struct ibv_qp *         (*create_qp_ex)(struct ibv_pd *pd,
                                                struct ibv_qp_init_attr_ex *qp_init_attr_ex);