[openib-general] trivial patch to fix RDMA CM prototype
Pete Wyckoff
pw at osc.edu
Fri Aug 4 13:15:35 PDT 2006
Fix RDMA CM declaration.
Signed-off-by: Pete Wyckoff <pw at osc.edu>
Index: userspace/librdmacm/include/rdma/rdma_cma.h
===================================================================
--- userspace/librdmacm/include/rdma/rdma_cma.h (revision 8688)
+++ userspace/librdmacm/include/rdma/rdma_cma.h (working copy)
@@ -111,7 +111,7 @@
* rdma_create_event_channel - Open a channel used to report communication
* events.
*/
-struct rdma_event_channel *rdma_create_event_channel();
+struct rdma_event_channel *rdma_create_event_channel(void);
/**
* rdma_destroy_event_channel - Close the event communication channel.
More information about the general
mailing list