Skip to content

Commit 048bada

Browse files
committed
Add errata about pmix_device_type_t type changes
https://github.com/pmix/pmix-standard/pull/500/files#r1592860645 Signed-off-by: Aurélien Bouteiller <[email protected]>
1 parent 248964b commit 048bada

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Chap_Revisions.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,8 @@ \subsection{Errata}
14721472
The following errors were corrected in v5.1:
14731473

14741474
\begin{compactitemize}
1475-
\item Parameter type for the key argument in \refapi{PMIx_Get} has been changed from \refstruct{pmix_key_t} to \code{char []} so that it is uniform with the argument in \refapi{PMIx_Get_nb}.
1475+
\item Parameter type for the key argument in \refapi{PMIx_Get} has been changed from \refstruct{pmix_key_t} to \code{char []} so that it is uniform with the argument in \refapi{PMIx_Get_nb}. It as already correct in the ABI.
1476+
\item Type definition for \refstruct{pmix_devce_type_t} changed from \code{uint16_t} to \code{uint64_t}. It was already correct in the ABI.
14761477
\end{compactitemize}
14771478

14781479
\subsection{Added Functions (Provisional)}

0 commit comments

Comments
 (0)