Skip to content

Commit

Permalink
fabric: Add FI_PEER capability
Browse files Browse the repository at this point in the history
Add FI_PEER capability bit

Signed-off-by: Amir Shehata <shehataa@ornl.gov>
  • Loading branch information
amirshehataornl committed May 16, 2024
1 parent 3ddf85f commit 2c7c66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fi_tostr.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ static void ofi_tostr_caps(char *buf, size_t len, uint64_t caps)
IFFLAGSTRN(caps, FI_NAMED_RX_CTX, len);
IFFLAGSTRN(caps, FI_DIRECTED_RECV, len);
IFFLAGSTRN(caps, FI_HMEM, len);
IFFLAGSTRN(caps, FI_PEER, len);

ofi_remove_comma(buf);
}
Expand Down

0 comments on commit 2c7c66f

Please sign in to comment.