From c2354e6762346e0f04f18231123981628b17cce5 Mon Sep 17 00:00:00 2001 From: David Ozog Date: Fri, 12 Jul 2024 14:57:48 -0400 Subject: [PATCH] sessions: fix function names in backmatter (_ctx_) --- content/backmatter.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/backmatter.tex b/content/backmatter.tex index 7e6f4a7d..84c95064 100644 --- a/content/backmatter.tex +++ b/content/backmatter.tex @@ -686,8 +686,8 @@ \section{Version 1.6} operations for team-based reductions. \ChangelogRef{teamreducetypes}% % -\item Added the session routines, \FUNC{shmem\_session\_start} and - \FUNC{shmem\_session\_stop}, which allow users to pass hints to the +\item Added the session routines, \FUNC{shmem\_ctx\_session\_start} and + \FUNC{shmem\_ctx\_session\_stop}, which allow users to pass hints to the \openshmem library to apply runtime optimizations. \ChangelogRef{subsec:sessions}% \item Added fine grained completion routine: \FUNC{shmem\_pe\_quiet}.