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

Issue421/pmix iof cbfunc arg type@v5 #498

Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions Chap_API_Server.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3989,15 +3989,15 @@ \subsubsection{IOF delivery function}
\copySignature{pmix_iof_cbfunc_t}{3.0}{
typedef void (*pmix_iof_cbfunc_t)( \\
\hspace*{20\sigspace}size_t iofhdlr, pmix_iof_channel_t channel, \\
\hspace*{20\sigspace}pmix_proc_t *source, char *payload, \\
\hspace*{20\sigspace}pmix_proc_t *source, pmix_byte_object_t *payload, \\
\hspace*{20\sigspace}pmix_info_t info[], size_t ninfo);
}

\begin{arglist}
\argin{iofhdlr}{Registration number of the handler being invoked (\code{size_t})}
\argin{channel}{bitmask identifying the channel the data arrived on (\refstruct{pmix_iof_channel_t})}
\argin{source}{Pointer to a \refstruct{pmix_proc_t} identifying the namespace/rank of the process that generated the data (\code{char*})}
\argin{payload}{Pointer to character array containing the data.}
\argin{payload}{Pointer to a \refstruct{pmix_byte_object_t} that describes the character array containing the data.}
\argin{info}{Array of \refstruct{pmix_info_t} provided by the source containing metadata about the payload. This could include \refattr{PMIX_IOF_COMPLETE} (handle)}
\argin{ninfo}{Number of elements in \refarg{info} (\code{size_t})}
\end{arglist}
Expand Down
47 changes: 46 additions & 1 deletion Chap_Revisions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ \subsection{Added Attributes (Provisional)}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% History: Version 5.0
\section{Version 5.0: TBD}
\section{Version 5.0: May 2023}

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

Expand Down Expand Up @@ -1456,4 +1456,49 @@ \subsection{Removed Constants}
Replaced by \refconst{PMIX_ERR_PARTIAL_SUCCESS}.
\end{constantdesc}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% History: Version 5.1
\section{Version 5.1: TBD}

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

%\begin{compactitemize}
%\end{compactitemize}

\subsection{Added Functions (Provisional)}

%\begin{compactitemize}
%\end{compactitemize}

\subsection{Added Macros (Provisional)}

%\begin{compactitemize}
%\end{compactitemize}

\subsection{Added Constants (Provisional)}

%\begin{compactitemize}
%\end{compactitemize}

\subsection{Added Attributes}

\subsection{Added Attributes (Provisional)}

\subsection{Deprecated constants}

The following constants were deprecated in v5.1:

\subsection{Deprecated attributes}

The following attributes were deprecated in v5.1:

\subsection{Deprecated macros}

The following macros were deprecated in v5.1:

\subsection{Removed Constants}

The following constants were removed:


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%