Skip to content

Commit

Permalink
doc/flux_open(3): add FLUX_O_MATCHDEBUG flag doc
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jan 21, 2019
1 parent ab35371 commit 2a9ddb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/man3/flux_open.adoc
Expand Up @@ -35,6 +35,11 @@ _flags_ is the logical "or" of zero or more of the following flags:
FLUX_O_TRACE::
Dumps message trace to stderr.
FLUX_O_MATCHDEBUG::
Prints diagnostic to stderr when matchtags are leaked, for example when
a streaming RPC is destroyed without receiving a error response as
end-of-stream, or a regular RPC is destroyed without being fulfilled at all.
FLUX_O_NONBLOCK::
The `flux_send()` and `flux_recv()` functions should never block.
Expand Down
1 change: 1 addition & 0 deletions doc/test/spell.en.pws
Expand Up @@ -456,3 +456,4 @@ JOBNAME
nokz
LGPL
SPDX
MATCHDEBUG

0 comments on commit 2a9ddb4

Please sign in to comment.