-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/iov.c: ofi_consume_iov consistency
Previously either iov_count would be 0, or iov_count=1 and iov[0].iov_len=0. Now iov_count=0 when iov is fully consumed. Same for ofi_consume_rma_iov. Signed-off-by: Luke Robison <[email protected]>
- Loading branch information
Showing
1 changed file
with
48 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters