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.