examples/cmpost.c: Update to new ibv_create_cq API
Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>
Index: examples/cmpost.c
===================================================================
--- examples/cmpost.c (revision 3552)
+++ examples/cmpost.c (working copy)
@@ -315,7 +315,7 @@ static int init_node(struct cmtest_node
}
cqe = message_count ? message_count * 2 : 2;
- node->cq = ibv_create_cq(test.verbs, cqe, node);
+ node->cq = ibv_create_cq(test.verbs, cqe, node, NULL, 0);
if (!node->cq) {
printf("unable to create CQ\n");
goto error1;
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general