From d7b9e7dca2d4ccd766b17beb9e1e7abc16f1b558 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sun, 31 Jan 2021 12:01:40 -0800 Subject: [PATCH] Add a data type constant for pmix_nspace_t Define a data type solely for process namespace as we did for process rank. Signed-off-by: Ralph Castain --- Chap_API_Struct.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Chap_API_Struct.tex b/Chap_API_Struct.tex index 7e33ee14..69618b2b 100644 --- a/Chap_API_Struct.tex +++ b/Chap_API_Struct.tex @@ -2335,6 +2335,9 @@ \section{Generalized Data Types Used for Packing/Unpacking} \declareconstitem{PMIX_PROC_RANK} Process rank (\refstruct{pmix_rank_t}). % +\declareconstitemNEW{PMIX_PROC_NSPACE} +Process namespace (\refstruct{pmix_nspace_t}). +\% \declareconstitem{PMIX_QUERY} Query structure (\refstruct{pmix_query_t}). %