Skip to content

Commit

Permalink
Change type of key parameter to PMIx_Get_nb to match PMIx_get (i.e.,
Browse files Browse the repository at this point in the history
pmix_key_t)

(cherry picked from commit 7bbae9e)

Add the inclusion of an errata list to the revision history

(cherry picked from commit f6dc2ad)
  • Loading branch information
abouteiller committed Sep 14, 2023
1 parent 8340cdf commit b8f3e2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chap_API_Sharing_Basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ \subsection{\code{PMIx_Get_nb}}
\cspecificstart
\begin{codepar}
pmix_status_t
PMIx_Get_nb(const pmix_proc_t *proc, const char key[],
PMIx_Get_nb(const pmix_proc_t *proc, const pmix_key_t key,
const pmix_info_t info[], size_t ninfo,
pmix_value_cbfunc_t cbfunc, void *cbdata);
\end{codepar}
Expand Down
13 changes: 11 additions & 2 deletions Chap_Revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1462,8 +1462,17 @@ \section{Version 5.1: TBD}

The v5.1 update includes the following changes from the v5.0 document:

%\begin{compactitemize}
%\end{compactitemize}
\begin{compactitemize}
\item Revision history now contains a list of errata changes
\end{compactitemize}

\subsection{Errata}

The following errors were corrected in v5.1:

\begin{compactitemize}
\item Parameter type for the key argument in \refapi{PMIx_Get_nb} has been changed to the equivalent type \refstruct{pmix_key_t} so that it is uniform with the argument in \refapi{PMIx_Get}.
\end{compactitemize}

\subsection{Added Functions (Provisional)}

Expand Down

0 comments on commit b8f3e2a

Please sign in to comment.