Fix RDMA CM declaration. Signed-off-by: Pete Wyckoff <[EMAIL PROTECTED]>
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. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
