CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
The declarations in this header file correspond to the definitions in libfabric_api.c. More...
Go to the source code of this file.
Functions | |
CDI_INTERFACE CdiReturnStatus | LoadLibfabric1_9 (LibfabricApi **ret_api_ptr) |
Dynamically load libfabric 1.9 and return a V-table to the API used by the SDK. | |
CDI_INTERFACE CdiReturnStatus | LoadLibfabricMainline (LibfabricApi **ret_api_ptr) |
Dynamically load libfabric mainline and return a V-table to the API used by the SDK. | |
The declarations in this header file correspond to the definitions in libfabric_api.c.
CDI_INTERFACE CdiReturnStatus LoadLibfabric1_9 | ( | LibfabricApi ** | ret_api_ptr | ) |
Dynamically load libfabric 1.9 and return a V-table to the API used by the SDK.
ret_api_ptr | Address where to write pointer to the V-table API. |
CDI_INTERFACE CdiReturnStatus LoadLibfabricMainline | ( | LibfabricApi ** | ret_api_ptr | ) |
Dynamically load libfabric mainline and return a V-table to the API used by the SDK.
ret_api_ptr | Address where to write pointer to the V-table API. |