[ofw] Patch for librdmacm incl. RSockets functionality

Hefty, Sean sean.hefty at intel.com
Wed Jan 23 15:40:37 PST 2013


This error:

2>c:\users\mshefty\src\ofw\gen1\trunk\ulp\librdmacm\src\cma_main.cpp(1107) : error C2375: 'WSPStartup' : redefinition; different linkage

can be removed by changing:

> +__declspec(dllexport)

to

__control_entrypoint(DllExport)

> +__checkReturn
> +int
> +WSPAPI
> +WSPStartup(
> +    __in WORD wVersion,
> +    __in LPWSPDATA lpWSPData,
> +    __in LPWSAPROTOCOL_INFOW lpProtocolInfo,
> +    __in WSPUPCALLTABLE UpCallTable,
> +    __out LPWSPPROC_TABLE lpProcTable
> +    )

I haven't found the fix for osmtest and gettimeofday yet, because I don't see where that error comes from.

- Sean



More information about the ofw mailing list