Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue420/get nb key@v5 #495

Merged
merged 3 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chap_API_Sharing_Basics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,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