Skip to content

Commit ae230ed

Browse files
committed
doc string
1 parent 59e15c8 commit ae230ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/mscclpp/proxy_channel.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class ProxyService : public BaseProxyService {
4141
/// @return The ID of the semaphore.
4242
SemaphoreId addSemaphore(std::shared_ptr<Connection> connection);
4343

44+
/// Add a pitch pair to the proxy service.
45+
/// @param id The ID of the semaphore.
46+
/// @param pitch The pitch pair.
4447
void addPitch(SemaphoreId id, std::pair<uint64_t, uint64_t> pitch);
4548

4649
/// Register a memory region with the proxy service.

0 commit comments

Comments
 (0)