Skip to content

Commit

Permalink
Merge pull request #295 from rhc54/rfc/v4fix
Browse files Browse the repository at this point in the history
Fix copy/paste error
  • Loading branch information
rhc54 authored Oct 15, 2020
2 parents fec1f42 + e96d8cb commit 50f87f9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion Chap_API_Server.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,6 @@ \subsection{\code{pmix_server_fencenb_fn_t}}

\begin{itemize}
\item \refconst{PMIX_SUCCESS}, indicating that the request is being processed by the host environment - result will be returned in the provided \refarg{cbfunc}. Note that the host must not invoke the callback function prior to returning from the \ac{API}.
\item \refconst{PMIX_OPERATION_SUCCEEDED}, indicating that the request was immediately processed and returned \textit{success} - the \refarg{cbfunc} will not be called
\item \refconst{PMIX_ERR_NOT_SUPPORTED}, indicating that the host environment does not support the request, even though the function entry was provided in the server module - the \refarg{cbfunc} will not be called
\item a PMIx error constant indicating either an error in the input or that the request was immediately processed and failed - the \refarg{cbfunc} will not be called
\end{itemize}
Expand Down
18 changes: 18 additions & 0 deletions Chap_API_Struct.tex
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,24 @@ \subsubsection{Key support macros}

Returns \code{true} if the key matches the given value

\littleheader{Check reserved key macro}
\declaremacro{PMIX_CHECK_RESERVED_KEY}

Check if the given key is a \ac{PMIx} \emph{reserved} key as described in Chapter \ref{chap:api_rsvd_keys}.

\versionMarker{4.0}
\cspecificstart
\begin{codepar}
PMIX_CHECK_RESERVED_KEY(a)
\end{codepar}
\cspecificend

\begin{arglist}
\argin{a}{String value to be checked (\code{char*})}
\end{arglist}

Returns \code{true} if the key is reserved by the Standard.

\littleheader{Load key macro}
\declaremacro{PMIX_LOAD_KEY}

Expand Down
5 changes: 5 additions & 0 deletions Chap_Revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,11 @@ \subsection{Added Environmental Variables}
\refenvar{PMIX_LAUNCHER_RENDEZVOUS_FILE} \\
%
%
\subsection{Added Macros}
%
\refmacro{PMIX_CHECK_RESERVED_KEY}
%
%
\subsection{Deprecated \acp{API}}

\declareapiDEP{pmix_evhdlr_reg_cbfunc_t}
Expand Down

0 comments on commit 50f87f9

Please sign in to comment.