[ofw] Another patch for librdmacm/rsocket (DLL export of WSPStartup function)

Schmitt, Hubert Hubert.Schmitt at oce.com
Wed Feb 6 01:33:17 PST 2013


Hello,

I'd like to provide another patch for the librdmacm/rsocket component.
Because with current cma_exports.src the WSPStartup function is not
exported correctly,
causing installation of the socket provider (via rsinstall.exe) not
working properly.
 
Index: cma_exports.src
===================================================================
--- cma_exports.src	(revision 3426)
+++ cma_exports.src	(working copy)
@@ -1,7 +1,10 @@
 LIBRARY librdmacm.dll
 
+EXPORTS
+
+WSPStartup
+
 #ifndef _WIN64
-EXPORTS
 rdma_create_event_channel
 rdma_destroy_event_channel
 rdma_create_id
@@ -29,6 +32,8 @@
 rdma_getaddrinfo
 rdma_freeaddrinfo
 rdma_get_request
+rdma_create_ep
+rdma_destroy_ep
 rdmaw_wsa_errno
 rsocket
 rbind
@@ -55,5 +60,4 @@
 rioctlsocket
 rselect
 rpoll
-WSPStartup
 #endif

This message and attachment(s) are intended solely for use by the addressee and may contain information that is privileged, confidential or otherwise exempt from disclosure under applicable law.

If you are not the intended recipient or agent thereof responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.

If you have received this communication in error, please notify the sender immediately by telephone and with a 'reply' message.

Thank you for your co-operation.





More information about the ofw mailing list