Skip to content

Commit

Permalink
Merge pull request #488 from abouteiller/issue420/get_nb_key@v4
Browse files Browse the repository at this point in the history
Change type of key parameter to PMIx_Get_nb to match PMIx_get
  • Loading branch information
abouteiller authored Jan 25, 2024
2 parents 59b766b + 0cc35b3 commit 70655d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chap_API_Sync_Access.tex
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,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
9 changes: 9 additions & 0 deletions Chap_Revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,15 @@ \section{Version 4.2: TBD}
\item Add a definition for \refterm{tool}
\item Clarify \refattr{PMIX_CMD_LINE} in \refapi{PMIx_Spawn}
\item Add that using \refapi{PMIx_Info_load} with a \code{NULL} \refconst{PMIX_BOOL} data sets the value to true
\item Revision history now contains a list of errata changes
\end{compactitemize}

\subsection{Errata}

The following errors were corrected in v4.2:

\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{Deprecated constants}
Expand Down

0 comments on commit 70655d2

Please sign in to comment.