From ae230ed465abbb318453bb0fe2e854dff36b6e96 Mon Sep 17 00:00:00 2001 From: Binyang Li Date: Thu, 27 Jul 2023 09:36:11 +0000 Subject: [PATCH] doc string --- include/mscclpp/proxy_channel.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/mscclpp/proxy_channel.hpp b/include/mscclpp/proxy_channel.hpp index c8719acab..d7566db03 100644 --- a/include/mscclpp/proxy_channel.hpp +++ b/include/mscclpp/proxy_channel.hpp @@ -41,6 +41,9 @@ class ProxyService : public BaseProxyService { /// @return The ID of the semaphore. SemaphoreId addSemaphore(std::shared_ptr connection); + /// Add a pitch pair to the proxy service. + /// @param id The ID of the semaphore. + /// @param pitch The pitch pair. void addPitch(SemaphoreId id, std::pair pitch); /// Register a memory region with the proxy service.