From c7e291c2e6e0ccd5c052e1d9a307d961abd6f3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bouteiller?= Date: Thu, 11 Apr 2024 04:57:24 -0400 Subject: [PATCH] v4.2rc2: add missing errata item for pmix_iof_cbfunc_t MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bouteiller --- Chap_Revisions.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Chap_Revisions.tex b/Chap_Revisions.tex index e42fe8e..7982d8e 100644 --- a/Chap_Revisions.tex +++ b/Chap_Revisions.tex @@ -1311,6 +1311,7 @@ \subsection{Errata} \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}. + \item Parameter type for the payload argument in \refapi{pmix_iof_cbfunc_t} has been changed to a pointer to the type \refstruct{pmix_byte_object_t}. \end{compactitemize} \subsection{Deprecated constants}