We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e15c8 commit ae230edCopy full SHA for ae230ed
include/mscclpp/proxy_channel.hpp
@@ -41,6 +41,9 @@ class ProxyService : public BaseProxyService {
41
/// @return The ID of the semaphore.
42
SemaphoreId addSemaphore(std::shared_ptr<Connection> connection);
43
44
+ /// Add a pitch pair to the proxy service.
45
+ /// @param id The ID of the semaphore.
46
+ /// @param pitch The pitch pair.
47
void addPitch(SemaphoreId id, std::pair<uint64_t, uint64_t> pitch);
48
49
/// Register a memory region with the proxy service.
0 commit comments