Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/bindings/rust/wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ nixl_capi_get_local_partial_md(nixl_capi_agent_t agent,
}
// Copy the data
memcpy(*data, blob.data(), blob.size());
*len = blob.size();
return ret == NIXL_SUCCESS ? NIXL_CAPI_SUCCESS : NIXL_CAPI_ERROR_BACKEND;
}
catch (...) {
Expand Down