Skip to content

Commit

Permalink
man: Regulate the fi_setopt call sequence.
Browse files Browse the repository at this point in the history
fi_setopt adjust the protocol and implementation
details of an endpoint, so it must be called before
the endpoint is enabled via fi_enable.

Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws authored and j-xiong committed Jan 10, 2024
1 parent d351e13 commit fb010bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion man/fi_endpoint.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ Endpoint protocol operations may be retrieved using fi_getopt or set
using fi_setopt. Applications specify the level that a desired option
exists, identify the option, and provide input/output buffers to get
or set the option. fi_setopt provides an application a way to adjust
low-level protocol and implementation specific details of an endpoint.
low-level protocol and implementation specific details of an endpoint,
and must be called before the endpoint is enabled (fi_enable).
The following option levels and option names and parameters are defined.
Expand Down

0 comments on commit fb010bd

Please sign in to comment.