Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rdma): fi_{send,write}data: do arithmetic on uintptr
void pointer arithmetic is illegal in c++; cast to uintptr, do the offset, then cast to void* to pass to libfabric. stack-info: PR: #558, branch: aws-nslick/stack/5 Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
- Loading branch information